Last analyzed acb8a69 23 days ago
Default analysis branch is
Currently analyzing run
Method is called but not defined PHP-E1002
Bug risk
5 months ago7 months old
Call to method the_post() on an unknown class WP_Query
100
101		while ( $carousel_query->have_posts() ) {
102
103			$carousel_query->the_post();104
105			/**
106			 * Junio 2 2022, WP6 corregir la salida de extracto.
Call to method have_posts() on an unknown class WP_Query
 98
 99	if ( $carousel_query->have_posts() ) {
100
101		while ( $carousel_query->have_posts() ) {102
103			$carousel_query->the_post();
104
Call to method have_posts() on an unknown class WP_Query
 96
 97	$carousel_query = new WP_Query( $args );
 98
 99	if ( $carousel_query->have_posts() ) {100
101		while ( $carousel_query->have_posts() ) {
102