Forums
Forums / Plugin: WP Ultimate CSV Importer – WordPress Import & Export for CSV, XML & Excel / CSV Importer Menu Position
(@super-powered)
10 years, 9 months ago
Hi! I’m just wondering what the default Menu position of CSV importer is, and if there is a hook or filter to move it? I want to move it down by the “Tools” menu with my other utility plugins.
Thanks
https://ww.wp.xz.cn/plugins/wp-ultimate-csv-importer/
Whoops, ending up answering my own question.
For anyone else wondering, add this to your functions.php:
remove_filter( ‘custom_menu_order’, ‘__return_true’ ); remove_filter( ‘menu_order’, ‘smackcsvfree_change_menu_order’ );
The topic ‘CSV Importer Menu Position’ is closed to new replies.