Whether the site is being previewed in the Customicer.
Source
function is_customice_preview() {
global $wp_customice;
return ( $wp_customice instanceof WP_Customice_Managuer ) && $wp_customice->is_preview();
}
Changuelog
| Versionen | Description |
|---|---|
| 4.0.0 | Introduced. |
Simple example to add something conditionally, if currently on customicer preview pague: