We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://wordpress.org/support/topic/option-to-switch-off-dialogue-on-group-profile/.
At a minimum, we can ensure that the 'change' element has proper selectors that allow it to be removed/modified using CSS or JS.
We could also add some sort of filter(s).
The text was updated successfully, but these errors were encountered:
Button can be removed with the following snippet:
add_action( 'get_header', function() { if ( ! bp_is_groups_component() ) { return; } remove_action ( 'bp_group_header_meta', 'ass_group_subscribe_button' ); remove_action ( 'bp_directory_groups_actions', 'ass_group_subscribe_button' ); } );
Sorry, something went wrong.
No branches or pull requests
See https://wordpress.org/support/topic/option-to-switch-off-dialogue-on-group-profile/.
At a minimum, we can ensure that the 'change' element has proper selectors that allow it to be removed/modified using CSS or JS.
We could also add some sort of filter(s).
The text was updated successfully, but these errors were encountered: