Astra_Get_Container_Layout::configure()
Configure the ability.
Description
Source
File: inc/abilities/customizer/globals/container/class-astra-get-container-layout.php
public function configure() {
$this->id = 'astra/get-container-layout';
$this->label = __( 'Get Astra Container Layout', 'astra' );
$this->description = __( 'Retrieves the current Astra theme container layout settings including container layout, container style, container width, and narrow container width.', 'astra' );
$this->category = 'astra';
}
Expand full source code Collapse full source code View on Trac