sanitize_category [ WordPress Function ]
sanitize_category ( $category, $context = 'display' )
| Parameters: |
|
| Uses: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: sanitize_category_field, sanitize_term, the_category, sanitize_key, sanitize_user
Sanitizes category data based on context.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Pull Request #1: Custom method for reading categories by titledk ...
Sep 6, 2011 ... + $term = $item->sanitize($category['attribs']['']['term'], ... + $categories[] =& new $ item->feed->category_class($item->sanitize($category['data'], ...
github.com - SimplePie Documentation: del.icio.us RSS
Mar 6, 2011... $label = null; if (isset($category['attribs']['']['term'])) { $term = $this->sanitize($ category['attribs']['']['term'], SIMPLEPIE_CONSTRUCT_TEXT); ...
simplepie.org - SimplePie Documentation: Digg RSS
Mar 6, 2011... as $category) { $categories[] =& new $this->feed->category_class($this-> sanitize($category['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, ...
simplepie.org - Docs for page category.php
object|array sanitize_category (object|array $category, [string $context = 'display'] ). object|array $category: Category data; string $context: Optional. Default is ...
phpdoc.wordpress.org