Astra_Get_Paragraph_Margin::configure()
Configure the ability.
Description
Source
File: inc/abilities/customizer/globals/typography/class-astra-get-paragraph-margin.php
public function configure() {
$this->id = 'astra/get-paragraph-margin';
$this->label = __( 'Get Paragraph Margin', 'astra' );
$this->description = __( 'Retrieves the current paragraph margin bottom setting in the Astra theme.', 'astra' );
$this->category = 'astra';
}
Expand full source code Collapse full source code View on Trac