I'm building a wordpress plugin where I have to render some specific content ... ob_start(); include( 'path/to/my/template.php' ); $html = ob_get_clean();.
確定! 回上一頁