Search results for: admin

Use Full Store Address in Ships From

By default the Ships From metadata displayed under the add to cart button only shows the…

Use Billing Address in Order Exports

By default the export order feature for the vendor dashboard users the customers shipping address. This…

Custom Tab Order For Dashboard

The following code will allow you to change the order that the front end dashboard is…

Main Base Twitter Pixel

Main Base Twitter Pixel

Anthony Pellino
<10

Hotel Surprise Grupo

Lucas Fumagalli
<10

cookies

cookies banner huts pot

Website Schema

Melody Tholstrup
<10

Let Customers Select Their User Role From A Custom Field In Wholesale Lead Capture

Create a custom field with the user role selection, make sure that the values match your…

Auto Generate Virtual Coupon After a Customer Completed an Order

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

TICKET NUMBER

/** * Increment total entry number on each submission * * @link https://wpforms.com/developers/how-to-increment-a-count-on-each-form-submission */ function wpf_dev_update_total_field(…

Elementor Rest Bridge

if (!defined('ABSPATH')) { exit; } add_action('init', function () { $post_types = array('page', 'post', 'elementor_library'); foreach ($post_types…

Disable WordPress auto-update emails (plugins/themes/core)

// Disable auto-update emails. add_filter( 'auto_core_update_send_email', '__return_false' ); // Disable auto-update emails for plugins. add_filter( 'auto_plugin_update_send_email',…

WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile

This snippet will add a resend email button under User profile.

1 31 32 33 34 35 135