Search results for: admin
Display Shortcodes Inside HTML Fields
Allows shortcodes to be processed within HTML fields by applying do_shortcode() to the field content.
Change Position of v2 Invisible reCAPTCHA Badge
Changes the position of the v2 Invisible reCAPTCHA badge
Defer the reCAPTCHA Script
Defers the reCAPTCHA script until after the page finishes loading.
Add Field Values for Dropdown, Checkboxes, and Multiple Choice Fields
Adds the option to display field values for Dropdown, Checkboxes, and Multiple Choice fields. Once you've…
Display Form Entries
Displays form entries on the front end of your site. Once this snippet is added and…
WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile
This snippet will add a resend email button under User profile.
Auto Generate Virtual Coupon After a Customer Completed an Order
/** * Generate a virtual coupon when order is completed. * * @param int $order_id Order…
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…
Main Base Twitter Pixel
Main Base Twitter Pixel
Custom Tab Order For Dashboard
The following code will allow you to change the order that the front end dashboard is…
Use Billing Address in Order Exports
By default the export order feature for the vendor dashboard users the customers shipping address. This…
Use Full Store Address in Ships From
By default the Ships From metadata displayed under the add to cart button only shows the…
Estimated reading time
// Estimated reading time function readTime ( $content = '', $words_per_minute = 250, $with_gutenberg = false…