[Plugin: WP-Table Reloaded] wp_table_reloaded_admin_menu_parent_page woes
-
As far as I understand the documentation, this should move the WP-Table Reloaded menu to the upload.php (Media) section of the admin menu, but instead it moves WP-Table Reloaded to the Tools menu.
add_filter('wp_table_reloaded_admin_menu_parent_page', 'nbr_move_wp_table_reloaded'); function nbr_move_wp_table_reloaded($admin_menu_page) { return "upload.php"; }
As a side note I wonder if it is possible to make it a top menu item (my users request it)?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘[Plugin: WP-Table Reloaded] wp_table_reloaded_admin_menu_parent_page woes’ is closed to new replies.