Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Here’s another workaround:

    
    function filter_groups_post_access_the_content_apply( $apply ) {
    	if ( tml_is_action() ) {
    		return false;
    	}
    	return $apply;
    }
    add_filter( 'groups_post_access_the_content_apply', 'filter_groups_post_access_the_content_apply' );
    
Viewing 1 replies (of 1 total)

The topic ‘Resetpass page has a conflict with Groups plugin’ is closed to new replies.