Custom Countries
Illustrates how to add a custom list of countries
Untitled Snippet
function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head',…
Untitled Snippet
https://www.highrevenuegate.com/vtih3qtws?key=9fcf513fba43e6344e324bc00d8881b4
Meta Pixel - InitiateCheckout Event
Meta Pixel - InitiateCheckout Event
Mass Order Delete
Bulk delete orders from Easy Digital Downloads easily
gill-container-tracking.php
gill-container-tracking.php
Force account creation by category or tag
Forces the customer to create an account at checkout if a download in the cart has…
TExt test
test text
Disable Renewals for Specific Products
Prevents license keys for certain downloads from being renewed or extended.
Show Sticky Posts on Top of the Archive Templates - WPX Tetris Theme
## Sticky Posts on Archive Pages - WPX Tetris Theme **Description:** Display sticky posts first on…
Move Points Message Below Content
Move Single Product Page Message below content
Untitled Snippet
add_filter( 'woocommerce_product_single_add_to_cart_text', 'saphie_custom_add_to_cart_text' ); add_filter( 'woocommerce_product_add_to_cart_text', 'saphie_custom_add_to_cart_text' ); function saphie_custom_add_to_cart_text() { return 'ADD TO BAG'; }