Support

Account

Home Forums General Issues Annoyingly your plugin now conflicts with Custom Field Bulk Editor Reply To: Annoyingly your plugin now conflicts with Custom Field Bulk Editor

  • Hi @Markmarkmark

    ACF uses this line of code to add to the menu:

    
    add_menu_page(__("Custom Fields",'acf'), __("Custom Fields",'acf'), 'manage_options', 'edit.php?post_type=acf', false, false, '80.025');
    

    The only way that the plugin you mention would conflict with ACF is if it’s menu position is also ‘80.025’ which would have to be pretty rare.

    Is this possible?

    Thanks
    E