仅在需要时加载联系人表格7

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了仅在需要时加载联系人表格7相关的知识,希望对你有一定的参考价值。

Prevents WordPress from loading Contact Form 7 on page templates other than the one defined.
  1. add_action ('wp_print_scripts', 'my_deregister_cform', 100);
  2.  
  3. function my_deregister_cform() {
  4.  
  5. if (!is_page_template('page-contact.php')) {
  6.  
  7. wp_deregister_script('contact-form-7');
  8.  
  9. }
  10.  
  11. }

以上是关于仅在需要时加载联系人表格7的主要内容,如果未能解决你的问题,请参考以下文章

联系表格 7 AJAX 回调

联系表格 7 和 PayPal IPN 集成

联系表格 7 + 可访问性

TabLayout - 如何仅在选项卡上加载片段

联系表格 7 通过获取请求设置字段值

提交时将 HTML 添加到联系表格 7 电子邮件