Archive | Functions by letter w RSS feed for this section

wp_update_term_count

Updates the amount of terms in taxonomy.If there is a taxonomy callback applied, then it will be called for updating the count.

4237

Continue reading

wp_update_term

Update term based on arguments provided.The $args will indiscriminately override all values with the same field name. Care must be taken to not override important information need to update or update will fail (or perhaps create a new term, neither would be acceptable).

4235

Continue reading

wp_update_post

Update a post with new post data.The date does not have to be set for drafts. You can set the date and it will not be overridden.

4233

Continue reading

wp_update_plugins

Check plugin versions against the latest versions hosted on WordPress.org.The WordPress version, PHP version, and Locale is sent along with a list of all plugins installed. Checks against the WordPress server at api.wordpress.org. Will only check if WordPress isn’t installing.

4231

Continue reading