Hi,
I am using Easy Blogging and tried adding custom tabs/buttons, and just need to know what I am doing wrong… or if I am missing something. I added 2 tabs for custom posts, which work fine, and I need to add a couple more.. below is my attempt to add users tab, I just get the error page (This function is not available in the Easy Admin area.)
frame.php
case ‘users’:
$page = ‘users’;
$frame_url = admin_url(‘users.php’:wink:;
break;
admin_area.php
[code will not display properly]