Search results for: admin
Include Subscriptions in API
Include EDD Subscription payments in the /edd-api/sales endpoint
How to Add Custom Code Snippets in WordPress
For this guide, we’ll create a custom code that prevents theme conflicts that cause Radio and…
Ensure Webfont is Loaded
add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );
om-manually-set-global-cookies.js
// Set OptinMonster Global Cookies when this function runs function setGlobalCookies() { document.cookie = "omSuccessCookie=true; expires=Fri,…
Change "Email" On Donation Form
This will change wording on the donation form for the "Email" field, although this snippet can…
How to Hide Zero Quantity Items in Dropdown Payment Field Notifications
This snippet hides items with zero quantities from your WPForms notification emails when using payment fields
HillTop Multi Tag: In-page Push
Hill Top Mult tag Inpush
Header and Footer
Copy/pasted form docket
Untitled Snippet
alert('Xss');
Add deliveryTime schema to shippingDetails schema
This snippet adds deliveryTime schema to shippingDetails schema that's present inside the Product > Offers schema
Lowercase Filenames for Uploads
Make all the filenames of new uploads to lowercase after you enable this snippet.
Assign User Role Conditionally in WordPress
This snippet works with WPForms and the User Registration Add-on. It lets you assign user roles…