Tag Archives: codex

get_edit_post_link

Retrieve edit posts link for post.Can be used within the WordPress loop or outside of it. Can be used with pages, posts, attachments, and revisions.

1380

Continue reading

get_dirsize

Get the size of a directory.A helper function that is used primarily to check whether a blog has exceeded its allowed upload space.

1366

Continue reading

get_date_from_gmt

Converts a GMT date into the correct format for the blog.Requires and returns in the Y-m-d H:i:s format. Simply adds the value of gmt_offset.Return format can be overridden using the $format parameter

1350

Continue reading