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…

<10

Hide nutrition facts for Tasty Recipes printing

Prevent nutritional information from being displayed in the Tasty Recipes print view

<10

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 = '/

Pete Tran
<10

Add user registration date

/* * Creating a column (it is also possible to remove some default ones) */ add_filter(…

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

Peter Wasmer
<10

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

Carla Mawyin
<10

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…

1 57 58 59 60 61 150