wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
get_tag [ WordPress Function ]
| Parameter: |
|
| Gibt zurück: |
|
| Definiert in: |
|
Retrieve post tag by tag ID or tag object.
If you pass the $tag parameter an object, which is assumed to be the tag row object retrieved the database. It will cache the tag data.
If you pass $tag an integer of the tag ID, then that tag will be retrieved from the database, if it isn't already cached, and pass it back.
If you look at get_term(), then both types will be passed through several filters and finally sanitized based on the $filter parameter value.
Beispiele [ wp-snippets.com ]
Top Google Suchergebnisse
- Function Reference/get tag « WordPress Codex
Description. Retrieve post tag by tag ID or tag object. If you pass the $tag parameter an object, which is assumed to be the tag row object retrieved the database.
codex.wordpress.org - get_tags - WordPress Codex
Description. Retrieve an array of objects for each term in post_tag taxonomy. Parameters. Retrieves a list of post tags based on the criteria provided in $args.
codex.wordpress.org - Get the Tag App | Microsoft Tag
To get the reader, type in http://gettag.mobi on your phone's browser or find it in your mobile marketplace. To learn more about Microsoft Tag, visit our Scanning ...
tag.microsoft.com - HTML::TokeParser - search.cpan.org
$p->get_tag("font", "/font"); ... use HTML::TokeParser; $p = HTML::TokeParser-> new(shift||"index.html"); if ($p->get_tag("title")) { my $title = $p->get_trimmed_text; ...
search.cpan.org