HealthEngine

Online booking

Thuan Le
<10

PRINT WP POST

Add this to print WP posts. It's very basic but it works beautifully.

Untitled Snippet

function getChatContent() { const chat = document.querySelector('.mwai-chatbot .mwai-messages') || document.querySelector('.mwai-chatbot'); return chat ? chat.innerHTML : '';…

Overlay png on background

Overlay a Transparent PNG on a JPG Background Background Preview: Overlay Preview: Upload Background (.jpg): Upload…

To create the map and mapper as written by kodee

document.addEventListener('DOMContentLoaded', function () { const map = L.map('treasure-map').setView([51.5033, -0.1196], 12); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors'…

NSB News and Events Aggregator

// Include Simple HTML DOM parsing library if needed (you can also manually include it if…

bo pennington
<10

Multiple Event Tracking with an HTML Link

Example of how to use Multiple Event Tracking with an HTML link.

Add dynamic copyright year (center) to footer

This shortcode will automatically add "Copyright © 2024" (or the current year) to the bottom of…

Read More/Less Toggle with Fade Effect

Original code: Imran Siddiq, (Web Squadron on YouTube) Modified to add fade effect. Description: This code…

Admin Menu Editor plugin - Open Custom URL in New Tab

This code Snippet was initially created to be used with the Admin Menu Editor plugin (https://wordpress.org/plugins/admin-menu-editor/),…

1 5 6 7 8 9 21