* @license GPL-2.0+ * @link http://wp3.in * @copyright 2014 Rahul Aryan */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } class AnsPress_User_Page_Questions { /** * Output for profile page * @since 2.0.1 */ public static function output(){ global $questions; $current_user = get_query_var('user'); $questions = new Question_Query(); echo '