jetpack_generate_email_preview_html

jetpack_generate_email_preview_html

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_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 145
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
                    * @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' );