GaurdedPay Checkout Icon Script

Adds Visa, MC, Padlock

Dustin Lavoie
<10

Customize the Completed Order Email Template Subject for Wholesale Customers

More info at: https://woocommerce.com/document/configuring-woocommerce-settings/emails/#custom-email-templates

Remove Gift Aid "Title" Field From Donation Forms

add_filter( 'charitable_default_donation_fields', function( $fields ) { if ( isset( $fields['title'] ) ) { // Remove from…

Disable IP Geo lookup service

That script is the one making the call to the geolocation endpoint, the rest of the…

Auto Vote 5 sao cho bài viết mới

function auto_vote_5_stars_on_publish($ID, $post) { if ($post->post_status === 'publish') { if (function_exists('kk_star_ratings_insert')) { kk_star_ratings_insert("5", $ID); } }…

AIO Dashboard

Suport for AIO SEO dashboard

Send Google Drive link to Google Sheets and purge entries

Delays the Google Sheets task until Google Drive has finished uploading, then swaps the local/download URL…

Ralden Souza PRO
<10

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;

Remove the Header Menu Underline on Hover

If you enable the Header menu underline it will display both on active items and on…

Escaping data with wp_kses

// ❌ Don't use html tags in escaping functions like esc_html, esc_attr and their localized equivalents…

1 152 153 154 155 156 226