bbp_get_favorites_permalink

bbp_get_favorites_permalink

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_favorites_permalink') is found 1 times:

  • /includes/users/template.php line 1067
    			$url = add_query_arg( $args, $profile_url );
    		}
    
    		// Filter & return
    		return apply_filters( 'bbp_get_favorites_permalink', $url, $user_id );
    	}
    
    /**
     * Output the link to make a topic favorite/remove a topic from favorites
     *
     * @since 2.0.0 bbPress (r2652)
    

See this hook used in plugins: