Plugin Directory


Ignore:
Timestamp:
02/24/2026 10:21:21 AM (5 weeks ago)
Author:
babbardel
Message:

PHP 8.x compatibility and updated requirements - fixes #253

File:
1 edited

Legend:

Unmodified
Added
Removed
  • customify/trunk/includes/extras.php

    r2561153 r3468534  
    455455        'pixcare_install_notice_dismissed',
    456456    ];
    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        }
    459461    }
    460462    // Finally, write the new theme mods for the active child theme.
Note: See TracChangeset for help on using the changeset viewer.