Add custom page to the vendor dashboard - custom menu link
add_filter( 'wcv_pro_dashboard_urls', 'custom_menu_link' ); function custom_menu_link( $pages ) { $pages[ 'custom_link' ] = array( 'slug' =>…
remove 'X' remove button in cart
.woocommerce table.shop_table .product-remove { text-align: center !important; display: none; }
WP Simple Pay: Set a Per-Form Custom Amount Programmatically
Adjust a single payment form's custom amount value programatically.
Remove Unused JS
/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…
Disable Suggested Donation Description In Campaign (Legacy)
Add this to your theme's function.php file.
Recreate the aioseo_cache table
This code snippet recreates the missing 'aioseo_cache' table. This code snippet should be enabled and executed…
Change Postcode To Zipcode
/** * Change the "Postcode" field into a "ZIP Code" field. * * @param array[] $fields…
Set Default Donation Amount Per Campaign
/** * Customize the default donation amount on a per campaign basis. * * @see https://github.com/Charitable/library/blob/master/donation-form/set-default-donation-amount.php…
WPForms: new smart tag - Current Date/Time
It's a localized date/time in this format: Y-m-d H:i:s
MemberPress: Remove State Text Field
Removes the state text field from the registration and account pages if the country does not…
Elementor Store Headers
Gives support for Elementor on WC Vendor Headers
Custom Tab Order For Dashboard
// Add this to your themes functions.php to change the order, rearrage the lines. First line…