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