Enable product images in vendor order email notifications
add_filter( 'wcvendors_vendor_order_items_args', 'wcv_enable_product_image_vendor_order_email' ); function wcv_enable_product_image_vendor_order_email( $order_item_args ){ $order_item_args['show_image'] = true; return $order_item_args; }
Whitelist Callback Functions for use in Theme Elements
Various elements in the Total theme allow you to select a callback function for the output…
Add Profile ID to Subscriber
You can assign any CRM ID or your database ID to your push subscriber and then…
Extra WordPress Filters in Pro (Update single event pretty permalink to avoid permalink conflict) | Display Eventbrite Events
Using this filter, you can update single event pretty permalink to avoid permalink conflict. By default,…
GA Tag-header
A GPTBOT FOR MY WEBSITE
code at the end of the body tag
Hello, I need to include the following code at the end of the body tag of…
nTask
Verify Email - nTask nTask Project Management Simplified You've got mail! You've been successfully registered if…
Duplicate Post/Page Link
Duplicate posts, pages or any post type with 1-click by adding a duplicate link in...
Defining Brevo (Sendinblue) Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
om-manually-set-global-cookies.js
// Set OptinMonster Global Cookies when this function runs function setGlobalCookies() { document.cookie = "omSuccessCookie=true; expires=Fri,…
slide-top-right.css
html div#om-{{id}} { top: 0px !important; bottom: unset !important; transition: top 0.3s ease 0s !important; }
Customize Gift Card Code
/* Customize the generated Gift Card Code */ function agcfw_change_prefix() { return array( 'characters' => 'ABCDEFGHJKMNPQRSTUVWXYZ23456789',…
Enable automatic updates for WordPress core, plugins, and themes
// Enable automatic updates for WordPress core, plugins, and themes add_filter('automatic_updater_disabled', '__return_false'); add_filter('auto_update_core', '__return_true'); add_filter('auto_update_plugin', '__return_true');…