Search results for: admin

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.

100+

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…

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 (…

Disable Plugin & Theme Editor

Prevent users from using the Plugin & Theme file editor.

1.6k

Disable IP Geo lookup service

That script is the one making the call to the geolocation endpoint, the rest of the…

Download Details Featured Image

Add the featured image to output of Download Details widget

Vendd Theme - Display Downloads Purchase Button

This is a CSS snippet which displays the download purchase button

1 36 37 38 39 40 137