Auto Generate Virtual Coupon After a Customer Completed an Order

/** * Generate a virtual coupon when order is completed. * * @param int $order_id Order…

Custom Field to Vendor Settings Page

/* WC Vendors Pro - My Custom Field */ function store_bank_details( ){ if ( class_exists( 'WCVendors_Pro'…

Remove table from dashboard

if ( ! function_exists( 'wcv_remove_recent_order_table_columns' ) ) { /** * Remove columns from Recent Orders table…

wpadmin add phone number with address in orders page

add_action( 'manage_shop_order_posts_custom_column' , 'custom_orders_list_column_content', 50, 2 ); function custom_orders_list_column_content( $column, $post_id ) { global $the_order, $post;…

On Scroll Elementor show/hide element

Note: You need to set the id for the button or element to "#scrolling-button".

nTask

Verify Email - nTask nTask Project Management Simplified You've got mail! You've been successfully registered if…

Defining SMTP.com Mailer Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

Ai historie bot

// Funksjon for å generere en historie basert på OpenAI GPT function generate_story_with_openai($input) { $api_key =…

Roy Søraa
<10

om.Campaign.init.preload

document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; campaign.settings.preload = false; });

fontfaceObserver.js

Detect if web fonts are available

1 91 92 93 94 95 217