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