Support

Account

Home Forums ACF PRO Remoce ACF option page menu item Reply To: Remoce ACF option page menu item

  • You could also try to use a higher priority for your action. The documentation says, the options page entry is added with priority 99, so you could try e.g. 100:

    add_action( 'admin_menu', 'my_remove_menu_pages', 100 );