Categories::__construct()

Description #

Construct

Source #

File: addons/categories/widget.php

	public function __construct() {
		// Instantiate the parent object.
		parent::__construct(
			'AnsPress_Category_Widget',
			__( '(AnsPress) Categories', 'anspress-question-answer' ),
			array( 'description' => __( 'Display AnsPress categories', 'anspress-question-answer' ) )
		);
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment