Search results for: admin
Disable the Email Address Suggestion
Disables email address suggestion in the Email field.
Set the Language for Google reCAPTCHA
Changes the language when using reCAPTCHA. You'll just need to update the language code. To find…
Position the Field Description Above the Form Field
Positions the field description above the form field. Change the 999999 to match your own form…
Change the sold by link label to vendor's name
Change the sold by link label to vendor's name
Change label of CSV header, and removing others(Export Totals to CSV)
This snippet will change the label of CSV header, and remove the others(Export Totals to CSV)
Add vat over the commission
This will add VAT value over the commission
Opening booking resources editor in new tab
This snippet will open the booking resources editor in a new tab instead of opening it…
Remove Confirmation Message Box Styling
Removes the background color and border from the form confirmation message.
Hide Campaign Meta (Author, Date, Comments)
Automatically hides theme-generated meta information from campaign pages (only for Charitable Pro 1.8.13).
Fit Men Academy Footer
Fit Men Academy / Here's an improved prompt that addresses your concerns and provides clear instructions…
Google Search Console Verification
HTML tag
Remove the coupon section for orders that did not use any coupon.
add_action( 'woocommerce_email_before_order_table', 'conditionally_remove_coupon_section_from_email', 5, 4 ); function conditionally_remove_coupon_section_from_email( $order, $sent_to_admin, $plain_text, $email ) { if (…