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';
}
Expand full source code Collapse full source code View on Trac