Astra_Get_Global_Buttons::configure()

Configure the ability.


Description


Return

(void)


Source

File: inc/abilities/customizer/globals/buttons/class-astra-get-global-buttons.php

	public function configure() {
		$this->id          = 'astra/get-global-buttons';
		$this->label       = __( 'Get Astra Global Buttons', 'astra' );
		$this->description = __( 'Retrieves the current Astra theme global button settings for both primary and secondary buttons including text colors, background colors, border colors, padding, border width, and border radius.', 'astra' );
		$this->category    = 'astra';
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.