Support

Account

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

Helping

Annoyingly your plugin now conflicts with Custom Field Bulk Editor

  • I used both this plugin and:

    http://wordpress.org/plugins/custom-field-bulk-editor/

    Together for quite some time until the latest update when the menus now are the same. On the left hand backend menu you both use “Custom Fields” as your menu and whatever way this is done stops both from working together.

    Is there a quick workaround or can you look into how you are hooking into the menu so that this doesn’t happen with other custom field plugins?

    Thanks

  • 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

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Annoyingly your plugin now conflicts with Custom Field Bulk Editor’ is closed to new replies.