• Resolved Tim

    (@tjalexander70)


    Logged in Subscribers see the notice: “Awesome, you’ve been using Contact Form CFDB7 for more than 1 week. May we ask you to give it a 5-star rating on WordPress? | Ok, you deserved it | I already did | No, not good enough”

    This really should only be seen by Admin. Don’t you agree?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Arshid

    (@arshidkv12)

    You can disable it by editing plugin file. Just remove admin notice hook in cfdb7 plugin file.

    Thank you for the plugin. However, this is not a proper solution that users should edit plugin files. Notifying subscribers and editors is weird and unnecessary.

    Plugin Author Arshid

    (@arshidkv12)

    Add following code to theme functions.php

    
    add_action('admun_init','remove_cfdb7_notice');
    
    function remove_cfdb7_notice(){
    remove_action( 'admin_notices', 'cfdb7_admin_notice' );
    }
    • This reply was modified 6 years, 4 months ago by Arshid.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Subscribers see notice’ is closed to new replies.