Disable Ninja Forms Backend Promotions
If you want to disable the marketing promotions shown by Ninja Forms in the WordPress backend, you can use this code snippet:
add_filter( 'ninja_forms_disable_marketing', '__return_true' );
If you want to disable the marketing promotions shown by Ninja Forms in the WordPress backend, you can use this code snippet:
add_filter( 'ninja_forms_disable_marketing', '__return_true' );