bp_activity_get_types, $actions

bp_activity_get_types, $actions

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_get_types, $actions') is found 1 times:

  • /bp-activity/bp-activity-functions.php line 908
    	 * @since 1.7.0
    	 *
    	 * @param array $actions Array of registered activity types.
    	 */
    	return apply_filters( 'bp_activity_get_types', $actions );
    }
    
    /**
     * Returns the list of available BuddyPress activity types.
     *
     * @since 9.0.0