Astra_Update_Single_Post::configure()

Configure the ability.


Description


Return

(void)


Source

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

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

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

User Contributed Notes

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