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';
	}

User Contributed Notes

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