I'm using wp_insert_term to add a custom taxonomy like this: wp_insert_term( $_POST['city'], // the term 'property-city', // the taxonomy array( ...
確定! 回上一頁