do_action( 'sanitize_comment_cookies' )
- Since
- 2.0.11
Fires when comment cookies are sanitized.
Fired at · 1
wp-settings.php:643file scope
Source
View on Trac ↗View on GitHub ↗
637 638639 * Fires when comment cookies are sanitized.640 *641 * @since 2.0.11642 */643do_action( 'sanitize_comment_cookies' );644 645/**646 * WordPress Query object647 *648 * @since 2.0.0649 *
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.1.0 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.