WPCode Functions

For the WPCode plugin interface

Woocommerce: How to add minimum amount for different categories with different amount per category with different notice.

WooCommerce: Display Minimum Order Amount Notices by Category This code snippet adds functionality to your WooCommerce…

cookie consent script

Cookie Consent by Free Privacy Policy Generator Update cookies preferences

Hide product categories

Hides some categories that customers are not supposed to see.

Carla Mawyin
<10

Using an Office 365 GCC or DoD email address

For security measures, Government Community Cloud (GCC) and U.S. Department of Defense (DoD) accounts typically use…

Custom Payment Icon

Register a custom payment icon to show on the checkout form.

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');

1 49 50 51 52 53 211