jetpack_photon_url, $poster
jetpack_photon_url, $poster
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_photon_url, $poster') is found 1 times:
- /jetpack_vendor/automattic/jetpack-videopress/src/class-xmlrpc.php line 188
if ( ! $attachment ) { return false; } $poster = apply_filters( 'jetpack_photon_url', $poster ); $meta = wp_get_attachment_metadata( $post_id ); $meta['videopress']['poster'] = $poster; wp_update_attachment_metadata( $post_id, $meta ); // Update the poster in the VideoPress info.