do_action( 'sanitize_comment_cookies' )
- Since
- 2.0.11
Fires when comment cookies are sanitized.
Fired at · 1
wp-settings.php:606file scope
Source
View on Trac ↗View on GitHub ↗
600 601602 * Fires when comment cookies are sanitized.603 *604 * @since 2.0.11605 */606do_action( 'sanitize_comment_cookies' );607 608/**609 * WordPress Query object610 *611 * @since 2.0.0612 *
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.9.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.