Summery Summery
Sanitizes term fields, according to the filter type provided.
Syntax Syntax
Parameters Parameters
- $filter
-
(Required) Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'raw'.
Source Source
File: wp-includes/class-wp-term.php
public function filter( $filter ) { sanitize_term( $this, $this->taxonomy, $filter ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |