bp_activity_get_action, $retval, $component_id, $key

bp_activity_get_action, $retval, $component_id, $key

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_get_action, $retval, $component_id, $key') is found 1 times:

  • /bp-activity/bp-activity-functions.php line 876
    	 * @param string|bool $retval       The action key.
    	 * @param string      $component_id The unique string ID of the component.
    	 * @param string      $key          The action key.
    	 */
    	return apply_filters( 'bp_activity_get_action', $retval, $component_id, $key );
    }
    
    /**
     * Fetch details of all registered activity types.
     *
     * @since 1.7.0