keep retail prices showing including tax when wholesale price is set to show excluding tax

Display Prices in the Shop set to Excluding tax under Wholesale → Settings → Wholesale Prices…

Change Login logo

function custom_login_logo() { echo ''; } add_action('login_head', 'custom_login_logo'); function login_url(){ return "https://kashianupamhotel.com/"; // Your URL Here…

Post-States

add_filter( 'display_post_states', 'bu_style_post_state_bricks', 15, 2 ); function bu_style_post_state_bricks ($post_states, $post) { if( isset( $post_states['bricks'] ) )…

Change TikTok purchase Event

When using the WPCode Conversion Pixels addon the event name used when a purchase is completed…

<10

Untitled Snippet

Antoanela Smeu
<10

Untitled Snippet

{"generator":"Code Snippets v3.6.5.1","date_created":"2024-07-30 20:37","snippets":[{"id":5,"name":"No price","code":"add_action( 'init', 'wpspecial_nascondi_prezzo_agli_utenti_non_registrati' );n nfunction wpspecial_nascondi_prezzo_agli_utenti_non_registrati() { ntif ( ! is_user_logged_in() )…

Selling Green Bot

Selling Green Juice and Wellness Bot

<10

MemberPress: Shortcode for Account Subscriptions List

This code snippet is intended to work only when the ReadyLaunch™ Account template is active on…

Allow Tasty Pins Only On Single Posts

Disable Tasty Pins on pages or custom post types and only add them to blog posts.

<10
1 141 142 143 144 145 229