... $taxonomy = 'post_tag') { if ( $id = is_term($tag_name, $taxonomy) ) return $id; return wp_insert_term($tag_name, $taxonomy); }
確定! 回上一頁