bp_rewrites_get_url

bp_rewrites_get_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.1

apply_filters('bp_rewrites_get_url') is found 1 times:

  • /bp-core/bp-core-rewrites.php line 297
    	 *                                                Eg: the member's Activity mentions page.
    	 *      @type array $single_item_action_variables The list of BuddyPress single item's action variable URL chunks. Defaults [].
    	 * }
    	 */
    	return apply_filters( 'bp_rewrites_get_url', $url, $r );
    }
    
    /**
     * Gets the BP root site URL, using BP Rewrites.
     *
     * @since 12.0.0