Astra_Get_Container_Layout::configure()

Configure the ability.


Description


Source

File: inc/abilities/customizer/globals/container/class-astra-get-container-layout.php

	public function configure() {
		$this->id          = 'astra/get-container-layout';
		$this->label       = __( 'Get Astra Container Layout', 'astra' );
		$this->description = __( 'Retrieves the current Astra theme container layout settings including container layout, container style, container width, and narrow container width.', 'astra' );
		$this->category    = 'astra';
	}

User Contributed Notes

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