[ad_1]
Replies: 1
Since the latest update (Ninja Forms version 3.8.2), my code below causes the Ninja Forms > Add New page to stop loading before showing any form types.
// Hide purchased form templates.
add_filter('ninja_forms_disable_marketing', function () {
return true;
});URL that fails: https://mysite.com/childsite/wp-admin/admin.php?page=ninja-forms#new-form
Screenshot at https://www.awesomescreenshot.com/image/47271200?key=53770b97cbc6ca5d56f45a3ce875bfd2
