do_action( 'sanitize_comment_cookies' )
- Since
- 2.0.11
Fires when comment cookies are sanitized.
Fired at · 1
wp-settings.php:635file scope
Source
View on Trac ↗View on GitHub ↗
629 630631 * Fires when comment cookies are sanitized.632 *633 * @since 2.0.11634 */635do_action( 'sanitize_comment_cookies' );636 637/**638 * WordPress Query object639 *640 * @since 2.0.0641 *
History
Introduced in 2.0.11. Unchanged from 6.7.7 through 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.0.4 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.