bbp_format_activity_action_new_post

bbp_format_activity_action_new_post

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_format_activity_action_new_post') is found 1 times:

  • /includes/extend/buddypress/functions.php line 859
    	 * @param string               $type            The type of post. Expects `topic` or `reply`.
    	 * @param string               $action          The current action string.
    	 * @param BP_Activity_Activity $activity        The BuddyPress activity object.
    	 */
    	return apply_filters( 'bbp_format_activity_action_new_post', $activity_action, $type, $action, $activity );
    }
    
    /**
     * Formats the dynamic BuddyPress activity action for new topics.
     *
     * @since 2.6.0 bbPress (r6370)