] ); if ( $a_has_max xor isset( $b_query['max'] ) ) { return $a_has_max ? 1 : -1; } if ( ! $a_has_max ) { return 0; } } return $b_query['max'] - $a_query['max']; } ); } /** * Get query hash style format. * * Retrieve formated media query rule with the endpoint width settings. * * The method returns the CSS `@media` rule and supported viewport width in * pixels. It can also handel multiple width endpoints. * * @since 1.2.0 * @access private * * @param string $query_hash The hash of the query. * * @return string CSS media query. */ private function get_query_hash_style_format( $query_hash ) { $query = $this->hash_to_query( $query_hash ); $style_format = []; foreach ( $query as $end_point => $value ) { $style_format[] = '(' . $end_point . '-width:' . $value . 'px)'; } return '@media' . implode( ' and ', $style_format ); } }
Fatal error: Uncaught Error: Class 'Elementor\Stylesheet' not found in /home/ocb/public_html/wp-content/plugins/elementor/core/files/css/base.php:720 Stack trace: #0 /home/ocb/public_html/wp-content/plugins/elementor/core/files/css/base.php(481): Elementor\Core\Files\CSS\Base->init_stylesheet() #1 /home/ocb/public_html/wp-content/plugins/elementor/core/files/css/base.php(651): Elementor\Core\Files\CSS\Base->get_stylesheet() #2 /home/ocb/public_html/wp-content/plugins/elementor/core/files/base.php(180): Elementor\Core\Files\CSS\Base->parse_content() #3 /home/ocb/public_html/wp-content/plugins/elementor/core/files/css/base.php(131): Elementor\Core\Files\Base->update_file() #4 /home/ocb/public_html/wp-content/plugins/elementor/core/files/css/base.php(218): Elementor\Core\Files\CSS\Base->update() #5 /home/ocb/public_html/wp-content/plugins/elementor/core/files/css/post.php(201): Elementor\Core\Files\CSS\Base->enqueue() #6 /home/ocb/public_html/wp-content/plugins/elementor/core/dynamic-tags/manager.php(490): Elementor\Core\Fil in /home/ocb/public_html/wp-content/plugins/elementor/core/files/css/base.php on line 720