bp_activity_types_list_ . $output, $args, $type, $description

bp_activity_types_list_ . $output, $args, $type, $description

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_activity_types_list_ . $output, $args, $type, $description') is found 1 times:

  • /bp-activity/bp-activity-template.php line 4003
    		 * @param array  $args        Array of arguments passed into function.
    		 * @param string $type        Activity type being rendered in the output.
    		 * @param string $description Description of the activity type being rendered.
    		 */
    		do_action( 'bp_activity_types_list_' . $output, $args, $type, $description );
    	}
    
    	// Backpat with BP-Default for dropdown boxes only.
    	if ( 'select' === $output ) {
    		do_action( 'bp_activity_filter_options' );
    	}