PluginProbe
School Management System – WPSchoolPress / 2.2.38
School Management System – WPSchoolPress v2.2.38
2.2.48 2.2.47 2.2.46 2.2.45 2.2.44 2.2.43 2.2.42 2.2.41 2.2.40 2.2.39 2.2.38 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 All 103 releases
wpschoolpress / pages / wpsp-reportedposts.php

wpsp-reportedposts.php in School Management System – WPSchoolPress 2.2.38, at pages/wpsp-reportedposts.php

22 lines 461 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if (!defined( 'ABSPATH' ) )exit('No Such File');
3 wpsp_header();
4 if( is_user_logged_in() ) {
5 global $current_user, $wpdb;
6 $current_user_role=$current_user->roles[0];
7 wpsp_topbar();
8 wpsp_sidebar();
9 wpsp_body_start();
10 $filename = '';
11 $header = 'Posts';
12
13
14 do_action('wpspsmpro_list_reportedposts_html');
15
16 wpsp_body_end();
17 wpsp_footer();
18 } else {
19 include_once( WPSP_PLUGIN_PATH .'/includes/wpsp-login.php');
20 }
21 ?>
22