Uses
Uses | Description |
---|---|
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/post.php: sanitize_post() | Sanitize every post field. |
wp-includes/revision.php: wp_get_post_autosave() | Retrieve the autosaved data of the specified post. |