php 取消注册联系表格7 CSS和JS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 取消注册联系表格7 CSS和JS相关的知识,希望对你有一定的参考价值。

add_action( 'wp_print_styles', 'deregister_styles', 100 );

function deregister_styles() {
  if ( ! is_page( array( 7646, 7659, 7652, 7739, 7734, 7730 ) ) ) {
    wp_deregister_style( 'contact-form-7' );
  }
}

add_action( 'wp_print_scripts', deregister_javascript', 100 );

function deregister_javascript() {
  if ( ! is_page( array( 7646, 7659, 7652, 7739, 7734, 7730 ) ) ) {
    wp_deregister_script( 'contact-form-7' );
  }
}

以上是关于php 取消注册联系表格7 CSS和JS的主要内容,如果未能解决你的问题,请参考以下文章

php 优化联系表格7 CSS&JS

php 取消注册联系表单7脚本和样式表

联系表格问题,PHP/css

php 取消注册不需要的子css

php 删除联系表格7脚本和Stlyes

css 联系表格7 CSS