Make this work with posts that's not created via the post-edit.php page…
-
We create custom posts directly via the
wp_insert_post()
function and we run thethe_content
filter over the content of the post.My question is, will this plugin work if the post is created with
wp_insert_post()
? So the default post edit screen is never accessed when the post is created.If YouTube embeds aren’t converted via this plugin, what can I do to make it work? For example, is there a function you have which I can run on the content when I loop through it? I need your guidance. Please let me know if you need any clarification on this question.
Thank you nonetheless Frank for a truly amazing plugin that can do wonders in terms of performance.
- The topic ‘Make this work with posts that's not created via the post-edit.php page…’ is closed to new replies.