• Hi,
    I am having this line on my website for some time and trying to find out what is the issue. I have tried to solve this but haven’t found any solution to it yet. I haven’t made any changes with Plugins or updated the WordPress version. The problem just appeared. Kindly help me solve it.
    Thanks!

    • This topic was modified 2 years, 6 months ago by rajvirsaggu.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Notice: Trying to access array offset on value of type bool in /home2/panmondial/public_html/wp-includes/theme.php on line 2360

    Whats line 2360?

    The error is (most likely) that what ever should be there should be an array and it’s not.

    Thread Starter rajvirsaggu

    (@rajvirsaggu)

    This is the line

    /*
    			 * Merge post types with any that already declared their support
    			 * for post thumbnails.
    			 */
    			if ( is_array( $args[0] ) && isset( $_wp_theme_features['post-thumbnails'] ) ) {
    				$args[0] = array_unique( array_merge( $_wp_theme_features['post-thumbnails'][0], $args[0] ) );
    			}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Notice: Trying to access array offset on value of type bool in /home2/panmondial’ is closed to new replies.