Astra_Get_Site_Title_Logo::configure()

Configure the ability.


Description


Return

(void)


Source

File: inc/abilities/customizer/siteidentity/class-astra-get-site-title-logo.php

	public function configure() {
		$this->id          = 'astra/get-site-title-logo';
		$this->label       = __( 'Get Site Title and Logo', 'astra' );
		$this->description = __( 'Retrieves the current Astra theme site title, tagline, logo, and related visibility settings.', 'astra' );
		$this->category    = 'astra';
	}

User Contributed Notes

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