• Resolved animalfarm

    (@animalfarm)


    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)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @animalfarm

    I am not sure if I understand the question. Are you trying to change the values that are displayed to a user that’s editing the import template? Can you show me a screenshot of the section/page that you’re trying to filter?

    Plugin Author WP All Import

    (@wpallimport)

    @animalfarm I’m marking this as resolved since we haven’t heard back. Let me know if you still have questions about this.

    Anyone else reading this, please start a new thread.

    Thread Starter animalfarm

    (@animalfarm)

    Apologies for the delayed response. For others that might stumble upon this. This ended up not being a WP All Import issue at all. I was trying to locate a hook for the edit of specific custom fields associated with a post from the WP Admin Dashboard (in my case, the post was a Woo product).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hook for filtering imported custom fields’ is closed to new replies.