Chatbot
Integrate a chatbot widget into your PHP-based website. <?php <script src="https://static.soulmachines.com/widget-snippet-1.12.0.min.js" data-sm-api-key="YOUR_API_KEY" ></script>
Countdown Timer
Display a countdown timer using this snippet anywhere on your site. <div id="countdown"></div> <script> function…
Keep me Logged In
Keep me Logged In and Change Cookie Expiration to One Year. <?php /** * Set…
Format Date
Change the date format of the "Date of Donation" column in the Donations export. <?php…
Add Donate Button
Add Donate Button to display a particular campaign's button. <?php /** * USAGE: * *…
Display the Last Updated Date
Display the Last Updated Date of a post in WordPress. <?php $u_time = get_the_time( 'U'…
Display Reading Time
Display Reading Time for posts and give readers an idea of how long it will…
Scroll Progress Bar
Add a scroll progress bar to enhance user experience by visually indicating how much of…
Disable Lazy Load
Disable Lazy Load and avoid delaying the loading of images <?php add_filter( 'wp_lazy_loading_enabled', '__return_false' );
Disable Plugin & Theme Editor
Disable the Plugin and Theme Editors in WordPress and prevent unauthorized users from editing code.…