Astra_Get_Underline_Links_Status::configure()
Configure the ability.
Description
Source
File: inc/abilities/customizer/globals/typography/class-astra-get-underline-links-status.php
public function configure() {
$this->id = 'astra/get-link-underline';
$this->label = __( 'Get Underline Links Status', 'astra' );
$this->description = __( 'Retrieves whether content link underlines are enabled or disabled in the Astra theme.', 'astra' );
$this->category = 'astra';
}
Expand full source code Collapse full source code View on Trac