Remove Download Links
Remove download links from checkout page for all downloads.
WPForms Center Align
Cernter alligns WP forms fields and content. Must enter wpf-center in General/Advanced form settings.
Reverse Receivers
Reverses the receivers for PayPal Adaptive Payments
Charitable: Force PayPal Legacy gateway
Overrides Charitable Pro 1.8.15+ PayPal tier detection at read-time so the legacy `paypal` gateway stays visible…
Get rid of Home
Removal of "Home - " in the Title Tag
Commissions as a fixed dollar amount, or fixed plus a percentage.
add_filter( 'wcv_commission_rate', 'my_wcv_custom_filter', 10, 3 ); function my_wcv_custom_filter( $commission, $product_id, $product_price ) { return WCV_Commission::get_commission_rate( $product_id…
Untitled Snippet
file:///Users/kelseyfisher/Downloads/kdf-carpentry-site.html
Untitled Snippet
Item details
Automatically Trash Past Events
Sites that have been running for years build up thousands of finished events. They stay in…
Event URL (Additional Data) | Display Eventbrite Events
This filter allows you to adjust the event URL. This is primarily so you can add…
Tweak Price Display (Appends Text) | Display Eventbrite Events
The Display Eventbrite plugin premium version can display prices. If you want to tweak to display…
Add a single Order export field with all Shipping address details
function custom_woo_ce_extend_order_fields( $fields ) { $fields[] = array( 'name' => 'shipping_address_full', 'label' => 'Shipping: All details',…