Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author nimeshrmr

    (@nimeshrmr)

    Do you want to completely hide it or change the message?

    Thread Starter Andreas Spanos

    (@spanosa)

    hi, i need to completely hide it!

    Plugin Author nimeshrmr

    (@nimeshrmr)

    Please add the following code to your functions.php file of theme with latest version of our plugin

    add_filter('wppcp_content_restricted_default_message','wppcp_content_restricted_default_message',10,2);
    
    function wppcp_content_restricted_default_message($message,$params){
       return "Changed Message";
    }

    Thanks

    Plugin Author nimeshrmr

    (@nimeshrmr)

    Marking this as resolved due to lack of responses

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘hide message’ is closed to new replies.