bp_activity_ . $id . _feed_item

bp_activity_ . $id . _feed_item

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_activity_ . $id . _feed_item') is found 1 times:

  • /bp-activity/classes/class-bp-activity-feed.php line 297
    		 * This hook was originally separated out for individual components but has since been abstracted into the BP_Activity_Feed class.
    		 *
    		 * @since 1.0.0
    		 */
    		do_action( 'bp_activity_' . $id . '_feed_item' );
    	}
    
    	/** HELPERS **************************************************************/
    
    	/**
    	 * Output the feed's item content.