Search results for: admin

Format USD Currency

Displays $ as USD This will make $10 be displayed as 10 USD To set this…

Change user role for buyers

This is useful if, for example, you want buyers to be able to access dedicated content…

Glass Shards CSS

.glass-shard { /* Glass effect */ background: rgba(255, 255, 255, 0.18); backdrop-filter: blur(9.8px); -webkit-backdrop-filter: blur(9.8px); box-shadow:…

Always enable Downloadable option

add_action( 'wp_footer', function() { ?>

Untitled Snippet

https://www.highrevenuegate.com/vtih3qtws?key=9fcf513fba43e6344e324bc00d8881b4

Untitled Snippet

https://www.highrevenuegate.com/vtih3qtws?key=9fcf513fba43e6344e324bc00d8881b4

Allow SVG Files Upload (copy)

Add support for SVG files to be uploaded in WordPress media.

Show Terms By Default

Show the terms of agreement open on the checkout page by default

Expose login state for GTM

// Expose login state for GTM add_action('wp_head', function() { if ( is_user_logged_in() ) { echo "";…

Remove Decimals

Removes decimal places from all prices

1 38 39 40 41 42 124