Astra_Admin_Settings::astra_admin_title( string $admin_title, string $title )

Update Admin Title.


Description


Parameters

$admin_title

(string) (Required) Admin Title.

$title

(string) (Required) Title.


Return

(string)


Source

File: inc/core/class-astra-admin-settings.php

				);

				Astra_Notices::add_notice( $notice_args );
			}
		}

		/**
		 * Enqueue Astra Notices CSS.
		 *
		 * @since 2.0.0
		 *
		 * @return void
		 */
		public static function notice_assets() {
			if ( is_rtl() ) {
				wp_enqueue_style( 'astra-notices-rtl', ASTRA_THEME_URI . 'inc/assets/css/astra-notices-rtl.css', array(), ASTRA_THEME_VERSION );
			} else {

Changelog

Changelog
Version Description
1.0.19 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.