floating bar css

html div#om-{{id}}.CampaignType--floating { position: absolute !important; top: 0 !important; display: block !important; background: #0B8BBB !important; }

Add Theme colors to Head

Gets the theme colors for X/Pro theme and adds them to the head location to use…

<10

Storing User's Uncached IP Address in Hidden Field

This snippet lets you capture and store the user's IP address in the Hidden field. It…

<10

Talkwithkallie.com

talkwithkallie.com

celeste ramirez
<10

Remove Download Links

Remove download links from checkout page for all downloads.

Show Invoice for Refunded

Makes PDF Invoices available for refunded payments

Price Option Not Checked

Prevent variable pricing options from being checked by default

Elementor Store Headers

Gives support for Elementor on WC Vendor Headers

Use Billing Address in Order Exports

add_filter( 'wcv_export_orders_use_shipping_address', 'wcv_order_export_use_shipping_address' ); function wcv_order_export_use_shipping_address( ){ return false;

Change the "Commission" header for the Recent Orders table

Change the "Commission" header for the Recent Orders table using the "wcvendors_recent_order_table_columns" filter hook.

Escaping data with wp_kses

// ❌ Don't use html tags in escaping functions like esc_html, esc_attr and their localized equivalents…

1 58 59 60 61 62 76