Changeset 3468534 for customify/trunk/includes/extras.php
- Timestamp:
- 02/24/2026 10:21:21 AM (5 weeks ago)
- File:
-
- 1 edited
-
customify/trunk/includes/extras.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
customify/trunk/includes/extras.php
r2561153 r3468534 455 455 'pixcare_install_notice_dismissed', 456 456 ]; 457 foreach ( $excluded as $exclude ) { 458 unset( $parent_theme_mods[ $exclude ] ); 457 if ( is_array( $parent_theme_mods ) ) { 458 foreach ( $excluded as $exclude ) { 459 unset( $parent_theme_mods[ $exclude ] ); 460 } 459 461 } 460 462 // Finally, write the new theme mods for the active child theme.
Note: See TracChangeset
for help on using the changeset viewer.