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…
Activer automatiquement WooCommerce et les paiements
add_action('init', function () { $extensions = [ 'woocommerce/woocommerce.php', 'woo-payments/woocommerce-payments.php', 'woocommerce-paypal-payments/woocommerce-paypal-payments.php', 'woocommerce-tax/woocommerce-tax.php', 'google-listings-and-ads/google-listings-and-ads.php', // si installé 'kliken-marketing/kliken-marketing.php',…
Activer automatiquement TranslatePress Multilingue
add_action('init', function () { $extensions = [ 'translatepress-multilingual/translatepress.php', ]; foreach ($extensions as $extension) { if (!is_plugin_active($extension)…
Activer Elementor Pro + Traduction + FluentCRM
add_action('init', function () { $extensions = [ 'elementor-pro/elementor-pro.php', 'translatepress-multilingual/translatepress.php', 'fluent-crm/fluent-crm.php' ]; foreach ( $extensions as $extension…
Activer automatiquement Elementor Pro
add_action('init', function () { $extensions = [ 'elementor/elementor.php', 'elementor-pro/elementor-pro.php' ]; foreach ( $extensions as $extension )…
eme FAQ Overview
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Can the eme Gantry Crane…
JSON-LD for 25 foot Beam Press Release
{ "@context": "https://schema.org", "@type": "NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://easilymovedequipment.com/easily-moved-equipment-unveils-25-foot-5-tonne-aluminum-beam-for-high-capacity-gantry-cranes-80-lighter-than-steel/" }, "headline": "Easily Moved Equipment…
MemberPress: Generate All Invoices
function generate_bulk_invoices() { if( isset( $_REQUEST[ 'generate-invoices' ] ) ) { global $wpdb; $query = "SELECT…
MemberPress: Change Username Field’s Placeholder and/or Label of the Field on Login Page
document.addEventListener('DOMContentLoaded', function() { // Select the input element by its id var usernameInput = document.getElementById('user_login'); //…
EXOP Consulting 2025
Campañas
Add Donor Comments To Donor Wall
This will display a donor comment with a donor's donation information on the donor wall in…
om.Iframes.init
document.addEventListener('om.Iframes.init', function(event) { console.log(event.detail.Iframes); console.log(event.detail.Campaign); } );
om.Listeners.init
document.addEventListener('om.Listeners.init', function(event) { console.log(event.detail.Listeners); console.log(event.detail.Campaign); } );
om.Lock.init
document.addEventListener('om.Lock.init', function(event) { console.log(event.detail.Lock); // The method that will be used for locking the content. console.log(event.detail.Lock.method);…
om.SoundEffects.init
document.addEventListener('om.SoundEffects.init', function(event) { console.log(event.detail.SoundEffects); console.log(event.detail.Campaign); } );