Remove the option to reset your password upon login
Remove the option to reset your password upon login. So only admins can reset passwords for…
MemberPress: Exclude MemberPress Custom Post Types from WordPress Search Results
By default, protected content could show up in the website search results. Though still protected, they…
https://sites.google.com/d/1avAsGl7oMBLJIChoaW9yaoOiAr-B6jfK/p/1kbx8BATlg53-QAVM9O8IXHJhuAw0qg1E/
https://sites.google.com/d/1avAsGl7oMBLJIChoaW9yaoOiAr-B6jfK/p/1kbx8BATlg53-QAVM9O8IXHJhuAw0qg1E/
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,....)
Activer automatiquement Elementor Pro
add_action('init', function () { $extensions = [ 'elementor/elementor.php', 'elementor-pro/elementor-pro.php' ]; foreach ( $extensions as $extension )…
om.Actions.init
document.addEventListener('om.Actions.init', function(event) { console.log(event.detail.Actions); // An array of the Action objects console.log(event.detail.Actions.actions); console.log(event.detail.Campaign); } );
om.Optin.success example 2
document.addEventListener('om.Optin.success', function(event) { if( '{{id}}' !== event.detail.Campaign.id ) return; let url = 'https://www.google.com/'; // Update with…