Definition:
function get_tags_to_edit( $post_id, $taxonomy = 'post_tag' ) {}
Parameters
- unknown_type $post_id
- $taxonomy
Source code
function get_tags_to_edit( $post_id, $taxonomy = 'post_tag' ) {
return get_terms_to_edit( $post_id, $taxonomy);
}
1721

February 12, 2011 


No comments yet... Be the first to leave a reply!