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
Hook Type: filter
Displaying hooks found in version: jetpack.14.5apply_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 145141142143144145146147148149150151
* @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'
);