• Hey there! I installed the Discord connect add-on because some of our roles have Discord community access. Not all do though so I do not want the Discord Connection button to appear on the PMP profile block. How do I remove this?

    Thanks,
    Ashley

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

    (@expresstechsoftware)

    Hi @sheplayspro If I understand your request correctly you are looking for a way to restrict the connect button to certain membership types.
    If so, currently this is not possible.

    Thread Starter sheplayspro

    (@sheplayspro)

    It says on the plug-in and there is even a page that allows me to select which levels get which roles. I just need to remove the Discord button from the PMP profile page. It automatically adds itself there and I don’t want it to display there.

    Plugin Author expresstechsoftware

    (@expresstechsoftware)

    @sheplayspro Inside 1.2.4 latest version, we have added feature to hide the button using a simple filter.

    add_filter('ets_pmpro_show_connect_button_on_profile', '__return_false' );
    Adding the above code line in functions.php of theme or using code snippet plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove Discord Connect Button from PMP profile’ is closed to new replies.