Archive | Filters RSS feed for this section

get_lastpostmodified

Retrieve last post modified date depending on timezone.The server timezone is the default and is the difference between GMT and server time. The ‘blog’ value is just when the last post was modified. The ‘gmt’ is when the last post was modified in GMT time.

1442

Continue reading

get_lastpostdate

Retrieve the date that the last post was published.The server timezone is the default and is the difference between GMT and server time. The ‘blog’ value is the date when the last post was posted. The ‘gmt’ is when the last post was posted in GMT formatted date.

1440

Continue reading

get_image_tag

An tag for an image attachment, scaling it down if requested.The filter ‘get_image_tag_class’ allows for changing the class name for the image without having to use regular expressions on the HTML content. The parameters are: what WordPress will use for the class, the Attachment ID, image align value, and the size the image should be.

1426

Continue reading