Disable All UpdraftPlus Email Notifications
This snippet completely disables all email notifications from UpdraftPlus, including backup reports, error notifications, warnings, and…
Local pickup custom percentage discount in WooCommerce checkout
Offering discounts for local pickup is a great way to attract customers who are looking for…
Allow SVG uploads for administrator users.
Allow SVG uploads for administrator users.
Buy with Prime
add_action( ‘woocommerce_after_add_to_cart_form’, ‘QL_add_text_under_add_to_cart’ ); function QL_add_text_under_add_to_cart () { global $product; ?>
FlowMattic: Expand Workflow Description Box.
This snippet runs in the WordPress admin area and removes any line-clamping on the “.css-iIDhdyB” element…
MemberPress: Disable MemberPress Protection On Posts with Specific Tags
This code snippet disables content protection for posts that are tagged with a specific term (e.g.,…
use login
this is a login of user
Máscara CPF
// Carrega a biblioteca Inputmask var script = document.createElement('script'); script.src = "https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/5.0.8/jquery.inputmask.min.js"; script.onload = function ()…
Display Page/Post ID
This snippet can be used to display Page/Post ID in the Admin Dashboard. Adds option to…
Stripe 2 Registration Form Update
Formidable Forms - When a Stripe payment is successful on the Stripe Payment form I want…
Give export capability to administrator
This snippet adds the export capability to the administrator user role.
om.Sites.init
document.addEventListener('om.Sites.init', function(event) { console.log(event.detail.Sites); // An array of all the Site objects associated to this campaign.…
om.Group.init
document.addEventListener('om.Group.init', function(event) { console.log(event.detail.Group); // An array of the Rule objects console.log(event.detail.Group.rules); console.log(event.detail.Campaign); } );
Una plant Quiz Score Calculator
/** * Author: Sumaiya, Clickup Doc: https://app.clickup.com/36636088/v/dc/12y1dr-22535/12y1dr-25375 * Function to handle quiz submission, calculate results based…