Hook for filtering imported custom fields
-
I’m encrypting a couple sensitive custom fields for WooCommerce products during import via pmxi_custom_field filter which is working great. But I need to be able to decrypt these fields when displayed to an Admin user via import_custom_meta_box on the edit Product page. The traditional WP get_post_meta filter is working for this purpose on other pages, but it does *not* work for these fields when rendered on this particular page. How can I hook into this particular page?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Hook for filtering imported custom fields’ is closed to new replies.