do_action( 'sanitize_comment_cookies' )
- Since
- 2.0.11
Fires when comment cookies are sanitized.
Fired at · 1
wp-settings.php:591file scope
Source
View on Trac ↗View on GitHub ↗
585 586587 * Fires when comment cookies are sanitized.588 *589 * @since 2.0.11590 */591do_action( 'sanitize_comment_cookies' );592 593/**594 * WordPress Query object595 *596 * @since 2.0.0597 *
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.8.8 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.