Search results for: disable
Elementor - Fix the Accordion SEO issue
add_filter( 'elementor/widget/render_content', function ( $widget_content, $widget ) { if ( 'accordion' === $widget->get_name() ) { $widget_content…
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 = '/
Remove Recurring Donation Time Periods
This snippet removes some options for recurring donation periods with Charitable's Recurring Donations addon. This might…
remove auto linkig
remove_filter( 'comment_text', 'make_clickable', 9 );
Prevent Copy Paste
This JavaScript snippet prevents right-click and copy events on the frontend
Event Snippet (Schedule Fitting)
Event snipping is used to track Google ads booking conversions
Google Tag Fitting
Google Tag manager snippet to track
Untitled Snippet
i want a on off button that when press each other send logical true if press…
Remove Author Links
If you are disabling author archives on your site you will want to remove the author…
Allow mobile zoom
function et_add_viewport_meta(){ echo ''; }
WP Simple Pay: Remove Payment Page Compatibility Mode
Allows 3rd party scripts and styles to load on dedicated Payment Pages. These are disabled by…
Chatbot
Chatbot that helps with client services and questions.
Increase After Order Actions Delay
By default, Easy Digital Downloads schedules a WP Cron event 30 seconds after a purchase is…