Support

Account

Home Forums General Issues Using ACF when other plugins might have it in "lite" mode Reply To: Using ACF when other plugins might have it in "lite" mode

  • if they’re using the filter

    add_filter('acf/settings/show_admin', '__return_false');

    create your own filter with a higher priotity

    
    add_filter('acf/settings/show_admin', '__return_true', 20);