Remove Customer Role From Excluded Roles
This filter can be used to remove the customer role from the excluded roles
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…
Media Library Infinite Scrolling
Infinite Scroll
Tyler Hall Tech Custom Snippets
All the Goodies
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…
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…
Facebook storage tracking
Pixel for tracking self storage traffic
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