Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Nimesh

    (@nimeshrathod1)

    Find the issue myself,
    plugin can not work with get_the_content(),
    but it has work fine with the_content().
    So now is any way to work with get_the-content()?

    Plugin Author Stefano Lissa

    (@satollo)

    get_the_content() returns the content of the post. Assuming you can find the variable containing the content, let me call it “$content”, you can try:

    $content = apply_filters(‘the_content’, $content);

    Thread Starter Nimesh

    (@nimeshrathod1)

    greate it has been working for me, thanks stefano lissa.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can not see add on post/page’ is closed to new replies.