wp_initialize_theme_preview_hooks
wp_initialize_theme_preview_hooks ( No parameters )
- Introduced in WordPress: 6.3.2
- Deprecated in WordPress: —
Description
Add filters and actions to enable Block Theme Previews in the Site Editor.The filters and actions should be added after `pluggable.php` is included as they may
trigger code that uses `current_user_can()` which requires functionality from `pluggable.php`.