• Resolved amkh

    (@amkh)


    Hi,
    I noticed the message that this plugin shows is common for activation page and the profile page. I want the message to only appear on profile page but do not want it to be displayed on activation page. I used the following code, but it didn’t worked.

    remove_filter( 'bp_after_activate_content', 'bp_registration_options_bp_after_activate_content',9999 );

Viewing 1 replies (of 1 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    try with

    remove_filter( 'bp_after_activate_content', 'bp_registration_options_bp_after_activate_content' );
    

    The priorities need to match when attempting to remove.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide message of this plugin on Activation page’ is closed to new replies.