wp_set_post_tags [ WordPress Function ]
wp_set_post_tags ( $post_id = 0, $tags = '', $append = false )
| Parameters: |
|
| Uses: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: wp_get_post_tags, wp_set_post_cats, wp_set_post_terms, wp_add_post_tags, wp_get_post_cats
Set the tags for a post.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/wp set post tags « WordPress Codex
Description. Set tags for a post. Every tag that does not already exists will be automatically created. Uses wp_set_post_terms().
codex.wordpress.org - WordPress › Support » wp_set_post_tags
i want to make a plugin that adds a tag to a post automatically. my code (example ): add_action('save_post', 'agregar_tags'); function agregar_tags($id){ ...
wordpress.org - wp_set_post_tags (WordPress Function) - WPSeek.com
WordPress lookup for wp_set_post_tags, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - wp_set_post_tags() WordPress function reference, arguments and ...
wp_set_post_tags( $post_id = 0, $tags = '', $append = false ). post_id: (int) Post ID. Default: 0; tags: (string) The tags to set for the post, separated by commas.
queryposts.com