Authors)
*
* @since 1.0
*/
if (!defined("ABSPATH")) exit;
global $pagenow;
?>
Authors Management
tabs);
$current = $current[0];
if (isset($_GET['tab'])) {
$current = $_GET['tab'];
}
foreach ($this->tabs as $tab => $name) {
$class = ($tab === $current) ? ' nav-tab-active' : '';
echo "$name";
}
?>
abp_author_list_table = new ABP_Author_List_Table();
include_once ABP_ADMIN_TEMPLATES . 'authors_list.php';
break;
default:
break;
};
}
?>