Astra_Update_Container_Layout::configure()

Configure the ability.


Description


Source

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

	public function configure() {
		$this->id          = 'astra/update-container-layout';
		$this->category    = 'astra';
		$this->label       = __( 'Update Astra Container Layout', 'astra' );
		$this->description = __( 'Updates the Astra theme container layout and style settings. You can set container layout (normal, narrow, or full width) and container style (boxed or unboxed). Container style applies only when layout is normal or narrow.', 'astra' );

		$this->meta = array(
			'tool_type' => 'write',
		);
	}

User Contributed Notes

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