Archive | Documentation RSS feed for this section

wp_create_user

A simpler way of inserting an user into the database.Creates a new user with just the username, password, and email. For a more detail creation of a user, use wp_insert_user() to specify more infomation.

3521

Continue reading

wp_create_thumbnail

Create a thumbnail from an Image given a maximum side size.This function can handle most image file formats which PHP supports. If PHP does not have the functionality to save in a file of the same format, the thumbnail will be created as a jpeg.

3519

Continue reading