https://sites.google.com/d/1avAsGl7oMBLJIChoaW9yaoOiAr-B6jfK/p/1kbx8BATlg53-QAVM9O8IXHJhuAw0qg1E/
https://sites.google.com/d/1avAsGl7oMBLJIChoaW9yaoOiAr-B6jfK/p/1kbx8BATlg53-QAVM9O8IXHJhuAw0qg1E/
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…
Change name On Hold status WooCommerce
Change name On Hold status WooCommerce
om.Tags.init
document.addEventListener('om.Tags.init', function(event) { console.log(event.detail.Campaign); } );
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…
Verzend mogelijkheden weghalen bij gratis verzenden behalve ophalen op locaite
function custom_hide_shipping_when_free_shipping_is_available( $rates, $package ) { $free_shipping_exists = false; $local_pickup_exists = false; // Check if Free…