示例#1
0
 function mainwp_plugins_search_all_active()
 {
     $this->secure_request();
     MainWPPlugins::renderAllActiveTable();
     die;
 }