Astra_Toggle_Underline_Links::configure()
Configure the ability.
Description
Source
File: inc/abilities/customizer/globals/typography/class-astra-toggle-underline-links.php
public function configure() {
$this->id = 'astra/update-link-underline';
$this->category = 'astra';
$this->label = __( 'Toggle Content Link Underlines', 'astra' );
$this->description = __( 'Enable or disable underlines on content links in the Astra theme.', 'astra' );
$this->meta = array(
'tool_type' => 'write',
);
}
Expand full source code Collapse full source code View on Trac