Archive | Filters RSS feed for this section

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

wp_count_comments

Retrieve total comments for blog or single post.The properties of the returned object contain the ‘moderated’, ‘approved’, and spam comments for either the entire blog or single post. Those properties contain the amount of comments that match the status. The ‘total_comments’ property contains the integer of total comments.

3499

Continue reading