process translated page text in plugin
-
Hi,
I am trying to process translated text in post pages in some custom plugin. For that I added a filter for ‘trp_translated_html’ taking one parameter (priority 200000) as follows:
add_filter(‘trp_translated_html’, ‘PostTRPHook’, 200000, 1);
Most of it works well, but I experience some problems with translated bold text, so I assume there is more translate-press processing going on after this filter. So, how can I add a filter for translated post content after all translate-press processing for the page has finished?
One more question: Is there any translate-press processing that also takes place on client side (that could cause my plugin to miss out this translated text)?
Thanks
- The topic ‘process translated page text in plugin’ is closed to new replies.