is it possible somehow to execute / print content in a WordPress shortcode filter, not return it? I mean, shortcode functions in general return output, but do not print. If I tell my shortcode function to print, it outputs the worked trough shortcode content right in the beginning of all content and I don not have any possibility to work with it any more.
I really hope, someone can help me, if someony has understood what I mean 😉
Best regards, .wired
Easy! Use output buffering.
PHP rules!