function.php : <?php function history_cookie_enqueue_script(){ global $post; if(!is_single()){ $postID = 0; }else { $postID = $post->ID; } ...
確定! 回上一頁