Remove Donation Columns
Remove columns from the Donations export.
PageTemplate_Universal - GRAVITY FLOW EMBED TEMPLATE
Version: 1.1.0 7 * Author: Portal Blueprint 8 * Compatible with: Gravity Flow 2.8+, BuddyBoss, Divi,…
Change Registration Email Login URL
Modifies the login URL sent to new users via email.
WP Version abschalten
function wpbeginner_remove_version() { return ''; } add_filter('the_generator', 'wpbeginner_remove_version');
Untitled Snippet
create custom snippet
Billing Address Email Tag - Actual Country Name
Replace the default {billing_address} email tag to use the full State/Country names on purchase receipts.
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
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…
Add vendor id and name to CSV commissions export
Add vendor id and name to CSV commissions export
Disable EDD Software Licensing Activation/Deactivation Logs
By default, when a license is activated or deactivated EDD Software Licensing adds a log entry…