WP Simple Pay: Change Custom Amount Field Input Type
Changes the `type` attribute on the `input` tag. This helps some mobile keyboards have a better…
Change TikTok purchase Event
When using the WPCode Conversion Pixels addon the event name used when a purchase is completed…
Hide nutrition facts for Tasty Recipes printing
Prevent nutritional information from being displayed in the Tasty Recipes print view
Google Tag Manager
Google Tag Manager Body
Conditional Gateway Fees
Do not charge gateway fee to customer if the amount is over X
Remove hyperlink from name field
add_filter('preprocess_comment', 'remove_links_from_comment_author'); function remove_links_from_comment_author($commentdata) { // Regular expression to detect hyperlinks $pattern = '/
Bing Webmaster
Bing Webmaster snippet
Add user registration date
/* * Creating a column (it is also possible to remove some default ones) */ add_filter(…
Gina
Chatbot
Animacja Formularza
jQuery("input , textarea").focus(function(){ jQuery(this).parents('.elementor-field-group').addClass('focused'); }); jQuery("input , textarea").blur(function(){ var inputValue = jQuery(this).val(); if ( inputValue ==…
Calendly Calendar for Demo
Calendly Calendar for Demo
Format USD Currency
Displays $ as USD This will make $10 be displayed as 10 USD To set this…
Product tabs
ADDS A TAB IN PRODUCT PAGES
License Keys UL - Email Tag for Software Licensing
Adds an email template tag called {license_keys_ul} which can be used to output an unordered list…