ID, 'dashboard')) { return true; } } return false; } public function setup_dashboard() { wp_add_dashboard_widget('dsn_dashboard' , 'Admin Guide', array($this,'dsn_dashboard')); } public static function dsn_dashboard() { $posts = self::get_notes(); $output = ''; foreach($posts as $post) { $meta = get_post_meta($post->ID, null); $t = $post->post_title; $c = $post->post_content; $c = apply_filters('the_content', $c); $m = self::should_display_post($post->ID); if(self::should_display_post($post->ID)) { $output .= "