Archive | Filters RSS feed for this section

get_the_guid

Retrieve the Post Global Unique Identifier (guid).The guid will appear to be a link, but should not be used as an link to the post. The reason you should not use it as a link, is because of moving the blog across domains.

1833

Continue reading

get_the_generator

Creates the generator XML or Comment for RSS, ATOM, etc.Returns the correct generator type for the requested output format. Allows for a plugin to filter generators on an individual basis using the ‘get_the_generator_{$type}’ filter.

1831

Continue reading