Tagged Questions
1
vote
1answer
403 views
add_submenu_page function to show videos table
wondering if its possible to show the attachments admin list for videos by using a custom menu link?
Any pointers welcome! D.
add_action('admin_menu', 'mt_add_pages');
function mt_add_pages() {
...