Search results for: admin

Localizing Date Picker Strings

This snippet is used to modify WPForms' default date picker locale

<10

Stop Lazy Load

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

<10

Add Vendor Ratings / Feedback to Product Page

add_action('woocommerce_before_add_to_cart_form','vendor_feedback_product_page'); function vendor_feedback_product_page() { $vendor_id = get_the_author_meta('ID'); $vendor_shop = urldecode( get_query_var( 'vendor_shop' ) ); if (…

Custom Payment Icon

Register a custom payment icon to show on the checkout form.

GA Tag-header

A GPTBOT FOR MY WEBSITE

<10

Pixel Bluue Sleep

LUIS JUNIOR PRO
<10

slide-top-center.css

html div#om-{{id}} { top: 0px !important; bottom: unset !important; width: 350px !important; left: calc(350px / 2)…

Lowercase Filenames for Uploads

Make all the filenames of new uploads to lowercase after you enable this snippet.

Remove the author of an article

This snippet removes author of an article

40+

Change the Payment Delimiter Inside Email Notifications

This snippet changes the default separator for payment details in emails.

<10

On Scroll Elementor show/hide element

Note: You need to set the id for the button or element to "#scrolling-button".

Opening booking resources editor in new tab

This snippet will open the booking resources editor in a new tab instead of opening it…

Custom Countries

Illustrates how to add a custom list of countries

<10
1 44 45 46 47 48 88