bp_activity_post_update_content, $_POST[whats-new]

bp_activity_post_update_content, $_POST[whats-new]

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_post_update_content, $_POST[whats-new]') is found 1 times:

  • /bp-activity/actions/post.php line 32
    	 * @since 1.2.0
    	 *
    	 * @param string $value Activity message being posted.
    	 */
    	$content = apply_filters( 'bp_activity_post_update_content', $_POST['whats-new'] );
    
    	if ( ! empty( $_POST['whats-new-post-object'] ) ) {
    
    		/**
    		 * Filters the item type that the activity update should be associated with.
    		 *