do_action( 'sanitize_comment_cookies' )
- Since
- 2.0.11
Fires when comment cookies are sanitized.
Fired at · 1
wp-settings.php:572file scope
Source
View on Trac ↗View on GitHub ↗
566 567568 * Fires when comment cookies are sanitized.569 *570 * @since 2.0.11571 */572do_action( 'sanitize_comment_cookies' );573 574/**575 * WordPress Query object576 *577 * @since 2.0.0578 *
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 6.7.7 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.