Untitled Snippet

HaNoiRental Lọc Loại phòng >Phòng trọ >Căn hộ chung cư > Dưới 1 triệu > 3…

<10

change media owner

Allows the admin to assign any media library file from one user to another

<10

How to Change CSV Export Delimiter

This snippet will modify the CSV separator symbol to be a semicolon instead of a comma.

<10

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 );

Pardot

Becca Nevarez
<10

Meta Pixel - InitiateCheckout Event

Meta Pixel - InitiateCheckout Event

Mass Order Delete

Bulk delete orders from Easy Digital Downloads easily

Force account creation by category or tag

Forces the customer to create an account at checkout if a download in the cart has…

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'; }

Joana Hranova
<10
1 85 86 87 88 89 222