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

User Contributed Notes

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