Activer automatiquement les extensions de formulaire

add_action('init', function () { $extensions = [ 'fluent-crm/fluent-crm.php', 'wp-html-mail/wp-html-mail.php', 'wpforms-lite/wpforms.php', // si installé 'surecart/surecart.php', // pour…

om.Html.images

document.addEventListener('om.Html.images', function(event) { console.log(event.detail.Html); console.log(event.detail.Campaign); } );

bos_leaderboard_top6

Displays loyalty points and activity leaders for Best Of Sarasota

Jack Burns
<10

om.Styles.positionPopup example 1

document.addEventListener('om.Styles.positionPopup', function(event) { const campaign_selector = "#om-" + event.detail.Campaign.id + "-" + event.detail.Campaign.view; $(campaign_selector).dragon(); } );

Slide Reposition Bottom Center

html div#om-{{id}} { width: 350px !important; left: calc(350px / 2) !important; right: calc(350px / 2) !important;…

floating-monsterlink-1

  Want to get 25,000 unique visitors a month? Click here to learn how

allow contributors

add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'edit_posts'; } );

Success view

#om-{{id}}-success button.{{ns}}-CloseButton { /* Your Custom Styles */ }

Feed Generation Cron Script

This file will be used to run via cron and update feed based on the ID

<10

Custom Heading above Qty (Woocommerce)

let qty = document.querySelector(".e-atc-qty-button-holder"); let text = ` How many card you’re planning to purchase? Choose…

Niyaz Poyilan
<10

Changing the WordPress Login Logo URL

function custom_login_logo_url() { return home_url(); // Or your desired URL } add_filter( 'login_headerurl', 'custom_login_logo_url' );

1 78 79 80 81 82 214