Add WooCommerce upsells below the add-to-cart button

// add upsells below add-to-cart button add_action( 'woocommerce_single_product_summary', 'woocommerce_upsell_display', 40 );

product attributes on hover

a snippet to show product attributes in product archive grid layout

Elementor - Parallax

function jquery_parallax() { ?>

quiz

// setup console.log("running"); let q = 1; const submit = document.getElementById("next-button"); const question = document.getElementById("question"); //…

fundamentals

Game State Round: 0/10 Cash: $0 Automobile Production: 0 units Industry Level: 0 Start New Game…

Combine shortcodes to have more than one month in Fullworks' Event Manager

This snippet combines 3 shortcodes of qem to list the current month, next month and the…

Remove "p" tags Contact Form 7

Remove tags from the forms in the frontend

expose acf

function expose_acf_to_rest() { register_rest_field('game_state', 'acf', [ 'get_callback' => function($post_arr) { return get_fields($post_arr['id']); }, 'update_callback' => null,…

1 2 3 4 19