• hi, i found a little php line recently to integrate a plugin that is usually used for posts/pages. so it is integrated like <!–pluginx–>. ther is a php line like <? php ….. <!–pluginx–>) ?> or something like that. anybody knows that code?

Viewing 1 replies (of 1 total)
  • Thread Starter blazey

    (@blazey)

    <?php
                $content = apply_filters('the_content', '<!--command_from_plugin-->');
                echo $content;?>

    ok, i found it.

Viewing 1 replies (of 1 total)
  • The topic ‘integrate plugin to sidebar (when <!–xxx–>)’ is closed to new replies.