📜  添加产品后运行 php - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:42.290000             🧑  作者: Mango

代码示例1
add_action('wp_footer','custom_jquery_add_to_cart_script');
function custom_jquery_add_to_cart_script(){
    if ( is_shop() || is_product_category() || is_product_tag() ): // Only for archives pages
        ?>