bp_activity_thumbnail_content_images, $content, $matches, $args

bp_activity_thumbnail_content_images, $content, $matches, $args

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_thumbnail_content_images, $content, $matches, $args') is found 1 times:

  • /bp-activity/bp-activity-functions.php line 3495
    	 * @param string $content Activity content that had images replaced in.
    	 * @param array  $matches Array of all image tags found in the posted content.
    	 * @param array  $args    Arguments passed into function creating the activity update.
    	 */
    	return apply_filters( 'bp_activity_thumbnail_content_images', $content, $matches, $args );
    }
    
    /**
     * Gets the excerpt length for activity items.
     *
     * @since 2.8.0