• Resolved wpuser2015

    (@wpuser2015)


    Hi,

    nice plugin i like it.

    my pb is when i try to add a line of code in the popout.php file:echo do_shortcode('[94]');
    i have an error: Fatal error: Call to undefined function do_shortcode().

    have u an idea why this error??

    sorry for my bad english.

    Thanks

    https://ww.wp.xz.cn/plugins/mp3-jplayer/

Viewing 1 replies (of 1 total)
  • Plugin Author simon.ward

    (@simonward-1)

    Hello, the popout exists outside of wordpress so you don’t have access to any wordpress functions at all from there.

    You basically need to include wp-blog-header.php if you want to do this. Check out index.php in the root of your WP install, this basically shows you what is needed.

    Simon

Viewing 1 replies (of 1 total)

The topic ‘do_shortcode don't work’ is closed to new replies.