Viewing 1 replies (of 1 total)
  • Plugin Author michael_greenberg

    (@michael_greenberg)

    Sorry for the late response…

    People have asked for this before. I think the easiest approach here is to change the code for your custom post types to automatically call enkode. If a plugin is using your custom fields, that may mean incompatible changes to the plugin that you’ll have to merge in with each upgrade. In that case, the best thing to do is to add hooks to the plugin and then add those hooks to PHPEnkoder. (It’s not hard—just one line changed in enkoder.php. This is better because PHPEnkoder almost surely updates less frequently. :))

    Alternatively, you might be able to put an enkode hook around post_fields.

    Good luck,
    Michael

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: PHPEnkoder] Encode emails in custom fields?’ is closed to new replies.