Astra_Update_Global_Buttons::configure()
Configure the ability.
Description
Return
(void)
Source
File: inc/abilities/customizer/globals/buttons/class-astra-update-global-buttons.php
public function configure() {
$this->id = 'astra/update-global-buttons';
$this->category = 'astra';
$this->label = __( 'Update Astra Global Buttons', 'astra' );
$this->description = __( 'Updates the Astra theme global button settings for primary and/or secondary buttons. You can set button presets, text colors, background colors, border colors, padding, border width, and border radius.', 'astra' );
$this->meta = array(
'tool_type' => 'write',
);
}
Expand full source code Collapse full source code View on Trac