Astra_Update_Single_Page::configure()

Configure the ability.


Description


Return

(void)


Source

File: inc/abilities/customizer/posttypes/blog/class-astra-update-single-page.php

	public function configure() {
		$this->id          = 'astra/update-single-page';
		$this->category    = 'astra';
		$this->label       = __( 'Update Astra Single Page Settings', 'astra' );
		$this->description = __( 'Updates the Astra theme single page settings including container layout, container style, sidebar layout, sidebar style, and content width.', 'astra' );

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

User Contributed Notes

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