Real Estate Website
Dream Career Project — Real Estate Agent Dream Career Project Real Estate Agent A clear plan…
WPForms: add several new smart tags for newly submitted CPT: ID, title and URL.
Mainly useful when the Post Submissions addon is used. Several new smart tags are registered to…
Disable Unused Auto-Generated Image Sizes
* Disable Unused Auto-Generated Image Sizes * Optimized for AWS Storage savings & Performance.
Register New Users as Customers
Register New Users as Customers
bypass SSL certificate
bypass ssl - getting errors - fixes that
Remove the coupon section for orders that did not use any coupon.
add_action( 'woocommerce_email_before_order_table', 'conditionally_remove_coupon_section_from_email', 5, 4 ); function conditionally_remove_coupon_section_from_email( $order, $sent_to_admin, $plain_text, $email ) { if (…
Replace Menu Icon
Replace the standard menu icon in Easy Digital Downloads with an icon from Dashicons
Disable WordPress auto-update emails (plugins/themes/core)
// Disable auto-update emails. add_filter( 'auto_core_update_send_email', '__return_false' ); // Disable auto-update emails for plugins. add_filter( 'auto_plugin_update_send_email',…
Force Minimum Password Length at Checkout
Force a minimum password length when a customer creates an account at checkout
work in progress
3d cartoon style racing game that I can import to scratch, other racers and a start…
AffiliateWP -- Searchable Checkout Referrals Dropdown WPCode Description
Applies Select2 to the affiliate selector dropdown at checkout to make it searchable. Handles WooCommerce classic…
Reverse variable pricing
Great for when you've added variable prices lowest to highest but want to show highest to…
WWPP - Restrict add-to-cart on specific products to a specific wholesale role only
How to use and configure this snippet: 1. Set your exact Role Key: In the snippet,…
Disable comments
add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…
Restrict WordPress Admin Access by Country
Restrict access to wp-admin based on visitor country using Cloudflare's country header. Useful for agencies, membership…