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