WP Simple Pay: Custom Decimal Separator

Changes the decimal separator from a . (period) to a , (comma).

Completely Disable Comments

add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…

<10

Event Data | Display Eventbrite Events

Please note that this guide is intended for advanced users and developers. Our plugin already offers…

Hide sidebar on mobile device

function custom_hide_sidebar_on_mobile() { echo ' '; } add_action('wp_head', 'custom_hide_sidebar_on_mobile');

Discover LaMelo Shoes: Where Street Style Meets Basketball

Discover LaMelo Shoes – the perfect fusion of style, performance, and comfort. Whether you're dominating the…

How to Allow WordPress WooCommerce Direct Order to WhatsApp Free.

Post Intro In this tutorial you will learn How to Allow WordPress WhatsApp Direct Order to…

Use Full Store Address in Ships From

add_filter( 'wcv_product_ships_from', 'ships_from_address' ); function ships_from_address( $field ){ global $post, $product; $shipping_disabled = wc_string_to_bool( get_option( 'wcvendors_shipping_management_cap',…

MemberPress: Enabling Payment Receipt Email for Free Recurring Subscriptions

By default, MemberPress doesn’t send the payment receipt email for free recurring membership registrations. This code…

Format USD Currency

Displays $ as USD This will make $10 be displayed as 10 USD To set this…

Product tabs

ADDS A TAB IN PRODUCT PAGES

Carla Mawyin
<10

Increase After Order Actions Delay

By default, Easy Digital Downloads schedules a WP Cron event 30 seconds after a purchase is…

Allow SVG Files Upload

/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…

<10
1 64 65 66 67 68 219