Remove Customer Role From Excluded Roles

This filter can be used to remove the customer role from the excluded roles

<10

Note Orders

add_filter( 'manage_edit-shop_order_columns', 'custom_shop_order_column', 90 ); function custom_shop_order_column( $columns ) { $ordered_columns = array(); foreach( $columns as…

Change Accepted Countries Per Campaign

This example shows how to change the accepted countries list on a per-campaign basis.

Leave Tasty recipe ratings with WP-PostRatings

The Tasty Recipes rating system works with the default WordPress comment form. However, if you use…

<10

Required Fields

Modify the required fields for checkout.

Rank Math

Support for Rank Math

Add Informational Message Below the Username Field in the Login/Register Form #The Greek

This code adds an informational message below the username input field in the login or registration…

Pharmacy Needs
<10

Facebook storage tracking

Pixel for tracking self storage traffic

Cam McMaster
<10

Hide Payment Icons When Free

Hide payment icons on the checkout form when cart total is free

WP Simple Pay: Add User Meta After Payment

Use the payment email address to look up a WordPress user and add custom meta information.

Remove Gutenberg Blocks CSS

add_action( 'wp_enqueue_scripts', function () { wp_dequeue_style( 'wp-block-library' ); wp_dequeue_style( 'wp-block-library-theme' ); // Remove WooCommerce block CSS…

Prevent AlOSEO from outputting any data on term pages

This snippet can be used to prevent AlOSEO from outputting any data on term pages

<10
1 35 36 37 38 39 125