AnsPress_Leaderboard_Widget::__construct()

Description #

Initialize the class

Source #

File: widgets/leaderboard.php

	public function __construct() {
		parent::__construct(
			'ap_leaderboard_widget',
			__( '(AnsPress) User Leaderboard', 'anspress-question-answer' ),
			array( 'description' => __( 'Shows users leaderboard.', '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