How can I insert the button on a specific page using php wordpress using this code

前端 未结 0 1154
长情又很酷
长情又很酷 2020-12-07 17:29
  add_action( \'woocommerce_single_product_summary\', \'my_extra_button_on_product_page\', 30 );

  function my_extra_button_on_product_page() {
  global $product;
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题