Search results for: disable

Podcast for Thrive time

Garry Grant Podcast Thrive Time Show

Garry Grant
<10

WordPress Post Views Counter Function

function wpb_set_post_views($postID) { $count_key = 'wpb_post_views_count'; $count = get_post_meta($postID, $count_key, true); if($count==''){ $count = 0; delete_post_meta($postID,…

Remove Specific Post Type From Public Post Type List

This filter can be used to remove the movie post type from the public post type…

<10

Hide admin nags

.notice .is-dismissable { display: none; } /* In Wordpress, set this to be inserted into the…

Allow mobile zoom

function et_add_viewport_meta(){ echo ''; }

Meta Pixel Code

Add Meta Pixel Code in WPCode

to add WordPress WooCommerce WhatsApp checkout

Post Intro This code snippet implements functionality similar to a WooCommerce code snippet that would enable…

Chatbot

Chatbot that helps with client services and questions.

Keep Emoticons

WordPress converts all emoticons to emoji. This small snippet prevents that, without removing emojis from your…

Register New Donation Field For Specific Campaign

Add a new donation field to your site, but only display it in the front-end donation…

Increase After Order Actions Delay

By default, Easy Digital Downloads schedules a WP Cron event 30 seconds after a purchase is…

1 16 17 18 19