bp_get_activity_filter_link_href, $link, $component

bp_get_activity_filter_link_href, $link, $component

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_get_activity_filter_link_href, $link, $component') is found 1 times:

  • /bp-activity/bp-activity-template.php line 3313
    			 *
    			 * @param string $link      The URL for the current component.
    			 * @param string $component The current component getting links constructed for.
    			 */
    			$link = apply_filters( 'bp_get_activity_filter_link_href', $link, $component );
    
    			$component_links[] = $before . '<a href="' . esc_url( $link ) . '">' . ucwords( $component ) . '</a>' . $after;
    		}
    
    		$link = remove_query_arg( 'afilter' , $link );