Astra_Update_Site_Title_Logo::configure()

Configure the ability.


Description


Return

(void)


Source

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

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

		$this->meta = array(
			'tool_type' => 'write',
		);
	}

User Contributed Notes

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