Astra_Get_Single_Page::configure()
Configure the ability.
Description
Return
(void)
Source
File: inc/abilities/customizer/posttypes/blog/class-astra-get-single-page.php
public function configure() {
$this->id = 'astra/get-single-page';
$this->label = __( 'Get Astra Single Page Settings', 'astra' );
$this->description = __( 'Retrieves the current Astra theme single page settings including container layout, container style, sidebar layout, sidebar style, and content width.', 'astra' );
$this->category = 'astra';
}
Expand full source code Collapse full source code View on Trac