Support

Account

Home Forums Backend Issues (wp-admin) remove_meta_box not working for 'normal' Reply To: remove_meta_box not working for 'normal'

  • I think that ACF adds meta boxes on the admin_head hook which happens after the admin_menu hook. If I’m right you’re trying to remove it before it’s added, try adding you’re changing your action to the admin_head hook.