sanitize_category_field [ WordPress Function ]
sanitize_category_field ( $field, $value, $cat_id, $context )
| Parameters: |
|
| Uses: | |
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: sanitize_term_field, sanitize_category, sanitize_text_field, sanitize_user_field, sanitize_post_field
Sanitizes data in single category key field.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Docs for page category.php
mixed sanitize_category_field (string $field, mixed $value, int $cat_id, string $ context). string $field: Category key to sanitize; mixed $value: Category value to ...
phpdoc.wordpress.org - WordPress › Support » [Plugin: External Gallery2 Image Block ...
wordpress\wp-includes\category.php function sanitize_category($category, $ context = 'display') function sanitize_category_field($field, $value, $cat_id, $ context) ...
wordpress.org - PHPXRef 0.7 : WordPress : /wp-includes/category.php source
235 */ 236 function sanitize_category_field( $field, $value, $cat_id, $context ) { 237 return sanitize_term_field( $field, $value, $cat_id, 'category', $context ); 238 } ...
phpxref.ftwr.co.uk - sanitize_text_field (WordPress Function) - WPSeek.com
Similar Functions: sanitize_term_field, sanitize_user_field, sanitize_post_field, sanitize_category_field, sanitize_email. Sanitize a string from user input or from ...
wpseek.com