This is the code I use in TCPDF to write HTML: global $post; $id = $_GET['id']; $review = get_post_meta($id); $thispost = get_post( $review ); ...
確定! 回上一頁