WP Simple Pay: Custom Thousand Separator
Changes the thousand separator from the default , (comma) to a . (period).
Enable Comments
Adds comment support to the download post type
Allow Templatera Templates to be used for Dynamic Templates
In Total 5.9 with the introduction of the built in Dynamic Template post type we removed…
Defining Postmark Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Online shopping
Buying and selling all kinds of medical equipment online
om-js-events-ga-add-param.js
document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { const { gaEvent } = event.detail; gaEvent.params.your_param1 = param1value; gaEvent.params.your_param2…
Editorial Group GTM Head Tag
Add GTM Tag to Site Header on Editorial Site Group
CSS for Countdown Timer text
Translate the text ‘Days’, ‘Hours’, ‘Minutes’, and ‘Seconds’ into another language.
Relevant Life Calculator
You can use this to see how much money you can save personally when purchasing life…
Home Page
{ "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Angela Luna Therapy", "url": "https://angelalunatherapy.com/", "logo": "https://angelalunatherapy.com/wp-content/uploads/2023/11/LOGO-Angela_Luna.png", "image": "https://angelalunatherapy.com/wp-content/uploads/2023/11/LOGO-Angela_Luna.png", "description":…
Máscara CPF
// Carrega a biblioteca Inputmask var script = document.createElement('script'); script.src = "https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/5.0.8/jquery.inputmask.min.js"; script.onload = function ()…
Activer automatiquement les extensions professionnelles
add_action('init', function () { $extensions = [ 'wp-user-manager/wp-user-manager.php', 'wp-job-portal/wp-job-portal.php', 'wp-html-mail/wp-html-mail.php', // si utilisé pour les emails…
om.Html.append.before
document.addEventListener('om.Html.append.before', function(event) { console.log(event.detail.Html); console.log(event.detail.Campaign); } );