Okay found it. It was a silly mistake I overlooked. I had 1 attribute (esc_attr($myField)) double inside the update_post_meta() method.
So this function works perfectly:
function woocommerce_save_fields($post_id)
{
$myField = $_POST['field_name'];
if (!empty($myField))
update_post_meta($post_id, 'field_name', esc_attr($myField));
else update_post_meta( $post_id, 'field_name', '' );
}
Related Posts:
- Conditionally run function based on custom meta value?
- How to add custom checkboxes from loop to WooCommerce product variation options?
- acf_form() – “On Update” action [closed]
- WooCommerce: Can’t use wc_get_products for custom REST API endpoints
- How to get rid of the hover zoom in WooCommerce single products
- What’s the difference between WC() and $woocommerce
- Hook and send Woocommerce data after click Place Order button
- WooCommerce conditional meta query
- WooCommerce: How to display item meta data in email confirmation using woocommerce_order_item_meta_end
- Get updated meta data after save_post hook
- Show only geolocated user country into Woocommerce checkout country fields
- Better post meta efficiency?
- post meta data clearing on autosave
- Extend Woocommerce rest api routes fails
- Display info from custom fields in all images’ HTML
- Update meta values with AJAX
- Remove action on product archive page [closed]
- The correct way to override WooCommerce product gallery from a plugin [closed]
- display available size on hover, in woocommerce shop page [closed]
- Customize WooCommerce orders displayed shipping
- What is the action hook for an order that fails on frontend checkout in WooCommerce?
- WooCommerce: Adding Order Item Meta Data That’s Hidden
- Get rid of product images mobile swipe functionality from WooCommerce single product [closed]
- Which hook should I use to capture $_POST(‘password’) via profile update and password reset
- Edit WooCommerce product content based on category
- woocommerce_package_rates not fired everytime
- differentiate hooks and filters on the same page [closed]
- ‘profile_update’ hook alternative for WooCommerce user meta data
- How to add a user custom field into Woocommerce emails?
- Woocommerce custom meta fields, sort by date
- Redirect customer to login page (with other signup plugin) if user not logged in when proceeding to checkout
- How to subscribe free subscription on user registration in woocommerce subscription plugin?
- How to list all WC products by their attributes values?
- Showing the WordPress standard text area on a Woocommerce Single Product Page?
- How to upload multiple image using wp_insert_post
- WooCommerce order complete email logic
- How to override Woocommerce functionality in Reports section?
- how can use woocommerce add to cart popup?
- How to Update the Order-Items While Editing an Order on the WooCommerce Admin Order Screen [closed]
- WooCommerce Hook: Content get’s displayed twice and not AFTER the order total
- Is it possible to update the total price on the checkout page in woocommerce from a custom field
- New field on checkout is shown but it’s not saved on the order details [closed]
- Adding Product Name on Admin Panel Order list and User’s My-Account Order List
- How to re-arrange this hooked content?
- update_post_meta not work [closed]
- How to exclude a taxonomy from shop & search page wooCommerce?
- WooCommerce order refund get qty refunded
- Redirect no product url’s to static url
- Adding a custom Shipping methods field to an order
- What Hook/Action is performed when a field in checkout form is changed in WooCommerce
- How can I add a so i can show sale price under normal price
- password_reset doesnt work
- WooCommerce checkout page price break down table hook
- Filter default_content only for products
- Conditional action hook
- How can I override wp_price woocommerce function in my theme
- WooCommerce Bookings Plugin Not Saving Order ID
- Add a custom class to the body tag using custom fields
- manage_shop_order_posts_custom_column() hook is Not working In Functions.php file in my WordPress active theme
- Display custom product option in admin order details
- Next/Previous Product with custom order by price & products inside the product category [closed]
- WooCommerce Meta
- How to alter taxes amounts when updating an order
- How to check if woocommerce_order_item_name is use in email?
- How to add woocommerce products header title in woocommerce_breadcrumb hook to function.php
- Use ID as slug for product category by default in WooCommerce?
- What is the problem with these lines of code?
- data-value for custom woocommerce field showing in code but not visable on page load
- Display custom field value in woocommerce variable product via jQurey
- Woocommerce : Add name filed of checkout page to buyers wordpress display name
- Missing variable options on add to cart form
- call_user_func_array() expects parameter 1 to be a valid callback, class ‘WC_Rapyd’ does not have a method ‘install’
- Help to locate a woocommerce hook method
- Add custom field address_3 before city in user profile
- check shipping amount in woocommerce_after_checkout_validation?
- Woocommerce Disabling Auto Restocking for Cancelled Orders
- Parameters in woocommerce_before_add_to_cart_button hook
- How can i add product Accessories from front-end using custom php form?
- woocommerce_add_to_cart custom function called several times
- How to track product price changes?
- How to save a Woocomerce metabox input as a metadata field
- Display product thumbnail in Woocommerce email notifications
- Can’t update WooCommerce payment method title
- Add suffix to price html does not work
- With what hook do I remove WooCommerce existing Product Data Tab form fields?
- Woocommerce: Unique price for individual basket items
- Hide add to cart when product variation has no price or is unavailable
- Update Custom Post Meta Even if Draft
- WooCommerce Admin Only Email Hook
- Check if value exists before saving
- Add custom fields after post/page title
- Can a woocommerce hook alter the UI of a website?
- Order shipped by which driver[hook for woocoomerce order staus changed and popup in admin panel ] [closed]
- Updating order meta to have a meta entry from an item in the order
- dakon show vender address on checkout page
- Hide a shipping method if cart total is higher than an amount
- Add second price option based on payment method at cart item price
- Use a woocommerce hook to create a table and populate it with a query
- Custom fields in the billing address section woocommerce
- Woocommerce send metadata to stripe