wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_guid › WordPress Filter Hooks

Seit4.2.0
Veraltetn/v
apply_filters( 'the_guid', $post_guid, $post_id )
Parameter: (2)
  • () post_guid Escaped Global Unique Identifier (guid) of the post.
    Erforderlich: Ja
  • () post_id The post ID.
    Erforderlich: Ja
Siehe:
  • get_the_guid()
Definiert in:
Codex:

Filters the escaped Global Unique Identifier (guid) of the post.





Quellcode

echo apply_filters( 'the_guid', $post_guid, $post_id );