jetpack_generate_email_preview_html
jetpack_generate_email_preview_html
Appears in: jetpack.13.7, jetpack.13.8, jetpack.13.8.1, jetpack.13.9.1, jetpack.14.0, jetpack.14.1, jetpack.14.2.1, jetpack.14.3, jetpack.14.4.1, jetpack.14.5, jetpack.14.6, jetpack.14.7, jetpack.14.8, jetpack.14.9.1, jetpack.15.0
Hook Type: filter
Displaying hooks found in version: jetpack.15.0apply_filters('jetpack_generate_email_preview_html') is found 1 times:
- /_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-email-preview.php line 149
* @param string $html The generated HTML for the email preview. * @param WP_Post $post The post object. * @param string $access The access level. */ 'html' => apply_filters( 'jetpack_generate_email_preview_html', '', $post, $access ), ) ); } } wpcom_rest_api_v2_load_plugin( 'WPCOM_REST_API_V2_Endpoint_Email_Preview' );