• Resolved storyday

    (@storyday)


    is there any function to get current post or page’s output?
    such as ob_get_contents() in wordpress?
    thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter storyday

    (@storyday)

    can any help me?

    Not in 2 hours… Be careful, the helpers here hate if you bump your post. Patience is highly appreciated in this forum – so they say.

    Thread Starter storyday

    (@storyday)

    thank you very much!I am waiting

    is there any function to get current post or page’s output?
    like ob_get_contents() to get the buffer of php ?
    thank you!

    Thread Starter storyday

    (@storyday)

    thank you for your attention,I’ve solved this problem by myself
    ob_start(‘htmlStartBuffer’);

    register_shutdown_function(‘htmlCreator4Read’);

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘is there any function to get the output of current page?’ is closed to new replies.