Untitled Snippet
HaNoiRental Lọc Loại phòng >Phòng trọ >Căn hộ chung cư > Dưới 1 triệu > 3…
change media owner
Allows the admin to assign any media library file from one user to another
How to Change CSV Export Delimiter
This snippet will modify the CSV separator symbol to be a semicolon instead of a comma.
Ensure Webfont is Loaded (non-Elementor)
function custom_font_display( $current_value, $font_family, $data ) { return 'swap'; } add_filter( 'font_display', 'custom_font_display', 10, 3 );
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'; }