Download Archive Menu Item

Displays the download archive link in the "View All" tab of the "Pages" menu items meta…

Disable Geolocation Current Location if the page URL contains Prefill by URL parameters targeting an address field

When "Current Location" is enabled in WPForms > Settings > Geolocation, the geolocation JS overwrites address…

Ralden Souza PRO
<10

Remove Post Title from Yoast Breadcrumbs

This snippet removes the post title from Yoast SEO breadcrumbs

Add a document file upload

// Add the document field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_doc_uploader'); function wcv_doc_uploader( ){ if…

Enable product images in vendor order email notifications

add_filter( 'wcvendors_vendor_order_items_args', 'wcv_enable_product_image_vendor_order_email' ); function wcv_enable_product_image_vendor_order_email( $order_item_args ){ $order_item_args['show_image'] = true; return $order_item_args; }

custom footer chatgpt html

About Us "Ilavanam is a farm in Tiruppur. Ilavanam is trying to lead sustainable living. The…

Remove Google Fonts

add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

<10

Untitled Snippet

i want a on off button that when press each other send logical true if press…

Add Profile ID to Subscriber

You can assign any CRM ID or your database ID to your push subscriber and then…

1 150 151 152 153 154 218