I’ve just installed jupiter on a site and I get this
Fatal error: Can’t use function return value in write context in thepaddywagonpub.ca/wp-content/themes/jupiter/dynamic-styles/global/header.php on line 346 …
so I went into the line
345- if ( get_post_meta( $post_id, ‘logo’, true ) && ‘false’ !== $local_override ) {
346 - $logo_width = ! empty( get_post_meta( $post_id, ‘logo_width’, true ) ) ? get_post_meta( $post_id, ‘logo_width’, true
) : ‘’;
}
why am I getting that on a new update of jupiter…