ALP - Fix missing custom order status options
Fixing the bug in Advanced Loyalty Program v 1.9.2 of missing custom order status options.
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' );
On Browsing EDD Products
This snippet targets window shoppers and encourages them to add more products to their carts. This…
Remove Gateway Choice On A Campaign/Donation Page
This shows how you can detect what page/campaign you are on and remove a gateway from…
Eriberto23 AI
Es mi Chatbot para promover mi Negocio de ZenithZing
nTask
Verify Email - nTask nTask Project Management Simplified You've got mail! You've been successfully registered if…
Defining SMTP.com Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Untitled Snippet
Contact ... }, false);
Ai historie bot
// Funksjon for å generere en historie basert på OpenAI GPT function generate_story_with_openai($input) { $api_key =…