Change Registration Email Login URL
Modifies the login URL sent to new users via email.
Commercial Lending & Business Funding | Arlo Funding
Fast, flexible commercial lending and business funding solutions nationwide. Commercial real estate loans, asset-based financing, and…
Billing Address Email Tag - Actual Country Name
Replace the default {billing_address} email tag to use the full State/Country names on purchase receipts.
Property Type Conditional Search Fields
jQuery(document).ready(function($) { // ============================================ // FIELD VISIBILITY BASED ON PROPERTY TYPE // ============================================ // All conditional…
AffiliateWP — Restrict Checkout Referrals Dropdown by User Role
Restricts the AffiliateWP Checkout Referrals dropdown to only appear for logged-in users with a specific WordPress…
RED'S CSS Snippet
#red-chatbot-wrap { max-width: 720px; margin: 30px auto; font-family: Arial, sans-serif; } .red-chatbot-card { border: 1px solid…
Top Pagination
Adds pagination links to the top of the [downloads] short code
Remove ISO 4217 Format for specific feeds
//Google Feeds add_filter('adt_pfp_localize_price_iso4217_feeds', function($feeds) { // Remove all Google feeds from ISO4217 formatting return array_filter($feeds, function($feed)…
Bulk Change Custom Order Status wpadmin
add_filter( 'bulk_actions-edit-shop_order', 'misha_register_bulk_action' ); // edit-shop_order is the screen ID of the orders page function misha_register_bulk_action(…