php facetwp挂钩加载店铺上的更多按钮

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp挂钩加载店铺上的更多按钮相关的知识,希望对你有一定的参考价值。

<?php
/** use the woocommerce_after_shop_loop hook to add the load more button after.
 ** make sure this places the load more button outside of the facetwp-template div5
 ** "5" can be adjusted to hook later needed
 **/ 
 
add_action( 'woocommerce_after_shop_loop', function() { ?>
  <button class="fwp-load-more">Load more</button>
<?php }, 5 );

以上是关于php facetwp挂钩加载店铺上的更多按钮的主要内容,如果未能解决你的问题,请参考以下文章

单击 Safari 上的后退按钮时使用 React 挂钩强制页面重新加载

php facetwp更改地图过滤按钮文本

php facetwp更改自动完成按钮文本

php facetwp更改自动完成按钮文本

php facetwp添加查看所有单选按钮

php facetwp添加查看所有单选按钮