IV
Size: a a a
IV
MD
IV
IV
IV
IV
IV
IV
IV
IV
IV
IV
IV
/**
* Load Contact Form 7 assets and ReCaptcha only if entry has a form.
*/
function my_assets()
{
global $post;
if ( isset( $post->post_content ) && ! has_shortcode( $post->post_content, 'contact-form-7' ) ) {
wp_dequeue_script( 'google-recaptcha' );
wp_dequeue_script( 'contact-form-7' );
wp_dequeue_style( 'contact-form-7' );
}
}
add_action( 'wp_enqueue_scripts', 'my_assets' );
IV
YS
IV
IV
YS
YS