Login by email only by Amiru アミル さん

Users can login by their emails only. I included my 5 main steps to do so.…

WordPress - Display the Last Updated Date

Add the last updated date & time to your posts in the frontend.

Enforce 2FA for Admins

The script enforces 2FA for the Admin Users. Just add this code snippet in Functions File.

Untitled Snippet

[mwai_chatbot id="default"]

MemberPress: Delete Transaction and User Account When Sub-Account is Removed

Adding this code snippet will automatically delete user account and related transaction when a sub-account is…

DJ-Animations Musicalesd

Animation des soirées privées et publiques (anniversaires, mariages, soirées dansantes, fetes votives,....)

Awni Attia
<10

Activer automatiquement Elementor Pro

add_action('init', function () { $extensions = [ 'elementor/elementor.php', 'elementor-pro/elementor-pro.php' ]; foreach ( $extensions as $extension )…

om.Html.show

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

om.Campaign.afterCleanup

document.addEventListener('om.Campaign.afterCleanup', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

Noindexi tag 2

add_filter('wp_headers', function($headers) { unset($headers['X-Robots-Tag']); // remove noindex header return $headers; });

Teddy James
<10

disable OptinMonster campaigns for visitors with specific user roles

function om_docs_hide_optin_for_user_roles( $campaigns ) { // Do nothing if no user is logged in. if (…

1 140 141 142 143 144 216