在 WordPress WooCommerce 产品简短描述中增加表单调用

Demo 演示图片

没什么好说的,直接上代码:

if (!function_exists('my_content')) {
    function my_content( $content ) {
        $content .= '<div><h2 style="color:#FF0000";>↓↓↓Please fill out the form below to get the latest quotation↓↓↓</h2>[wpforms id="1259"]</div>';
        return $content;
    }
}

add_filter('woocommerce_short_description', 'my_content', 10, 2);

需要自行替换 [wpforms id="1259"] 表单短代码,至于如何生成表单可以自己谷歌一下,这方面的教程很多。

使用方法:把上面的代码添加到主题 functions.php 文件中即可。

给TA打赏
共{{data.count}}人
人已打赏
WordPress教程

WordPress Multisite 多域名、多站点、多用户安装配置详解

2021-6-16 2:32:54

WordPress教程

解决WordPress MySQL 数据库中产生的巨型表 wp_actionscheduler_actions 和 wp_actionscheduler_logs

2021-12-24 23:48:13

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索