jetpack_generate_email_preview_html, , $post, $access
jetpack_generate_email_preview_html, , $post, $access
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_generate_email_preview_html, , $post, $access') is found 1 times:
- /_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-email-preview.php line 142
* @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' );