floating bar css
html div#om-{{id}}.CampaignType--floating { position: absolute !important; top: 0 !important; display: block !important; background: #0B8BBB !important; }
om-monsterlink-mobile-variant.html
Subscribe Now!
Add Theme colors to Head
Gets the theme colors for X/Pro theme and adds them to the head location to use…
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…
BB-YES
BB-YES
Talkwithkallie.com
talkwithkallie.com
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…