Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Admin_Settings / Astra_Admin_Settings::__construct()

Astra_Admin_Settings::__construct()

Constructor


Description


Source

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

		public function __construct() {

			if ( ! is_admin() ) {
				return;
			}

			self::get_starter_templates_slug();

			add_action( 'after_setup_theme', __CLASS__ . '::init_admin_settings', 99 );
		}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

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