Archive | Functions RSS feed for this section

set_post_type

Updates the post type for the post ID.The page or post cache will be cleaned for the post ID.

2847

Continue reading

set_current_user

Changes the current user by ID or name.Set $id to null and specify a name if you do not know a user’s ID.

2843

Continue reading

setup_userdata

Set up global user vars.Used by wp_set_current_user() for back compat. Might be deprecated in the future.

2839

Continue reading