Definition:
function wp_create_tag($tag_name) {}
Parameters
- unknown_type $tag_name
Source code
function wp_create_tag($tag_name) { return wp_create_term( $tag_name, 'post_tag'); }
3515
Definition:
function wp_create_tag($tag_name) {}
function wp_create_tag($tag_name) { return wp_create_term( $tag_name, 'post_tag'); }
3515
No comments yet... Be the first to leave a reply!