Welcome to our Support Portal › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Sometimes not all META is shown in order admin view › Reply To: Sometimes not all META is shown in order admin view
October 24, 2018 at 12:10 pm
#9731
Participant
Trying to debug found this in functions.php in function ppom_get_field_meta_by_dataname
$data_name = apply_filters('ppom_get_field_by_dataname_dataname', $data_name, $product_id);
What does this do? Cannot find the filter anywhere…