Soporte » Guías – Resolución de problemas » Load extra post content from plugin, after load basic post content

  • I’ve created plugin, this plugin add extra content to post when this is load, but is slow.

    Is there a way to load that extra content after I’ve loaded the base post content?

    because otherwise, when you click on the post, it takes a few long seconds until you can see anything.

    I used add_filter(‘the_content’, ‘my function extra content’);

    thanks!

  • El debate ‘Load extra post content from plugin, after load basic post content’ está cerrado a nuevas respuestas.