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
Heartbeat Setting
Add a setting that allows you to configure the heartbeat interval.
Change Login Form Arguments
The 'charitable_login_form_args' filter allows you to set the arguments that are passed to wp_login_form().
Change State To Province
Change the "State" field into a "Province" field.
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