/** * Functions * * @since 2.0.0 * @package Astra Sites */ if ( ! function_exists( 'astra_sites_error_log' ) ) : /** * Error Log * * A wrapper function for the error_log() function. * * @since 2.0.0 * * @param mixed $message Error message. * @return void */ function astra_sites_error_log( $message = '' ) { if ( defined( 'WP_DEBUG_LOG' ) && WP_DEBUG_LOG ) { if ( is_array( $message ) ) { $message = wp_json_encode( $message ); } if ( apply_filters( 'astra_sites_debug_logs', false ) ) { error_log( $message ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log -- This is for the debug logs while importing. This is conditional and will not be logged in the debug.log file for normal users. } } } endif; if ( ! function_exists( 'astra_sites_get_suggestion_link' ) ) : /** * * Get suggestion link. * * @since 2.6.1 * * @return suggestion link. */ function astra_sites_get_suggestion_link() { $white_label_link = Astra_Sites_White_Label::get_option( 'astra-agency', 'licence' ); if ( empty( $white_label_link ) ) { $white_label_link = 'https://wpastra.com/sites-suggestions/?utm_source=demo-import-panel&utm_campaign=astra-sites&utm_medium=suggestions'; } return apply_filters( 'astra_sites_suggestion_link', $white_label_link ); } endif; if ( ! function_exists( 'astra_sites_is_valid_image' ) ) : /** * Check for the valid image * * @param string $link The Image link. * * @since 2.6.2 * @return boolean */ function astra_sites_is_valid_image( $link = '' ) { return preg_match( '/^((https?:\/\/)|(www\.))([a-z0-9-].?)+(:[0-9]+)?\/[\w\-\@]+\.(jpg|png|gif|jpeg|svg)\/?$/i', $link ); } endif; if ( ! function_exists( 'astra_get_site_data' ) ) : /** * Returns the value of the index for the Site Data * * @param string $index The index value of the data. * * @since 2.6.14 * @return mixed */ function astra_get_site_data( $index = '' ) { $demo_data = Astra_Sites_File_System::get_instance()->get_demo_content(); if ( ! empty( $demo_data ) && isset( $demo_data[ $index ] ) ) { return $demo_data[ $index ]; } return ''; } endif; if ( ! function_exists( 'astra_sites_get_reset_form_data' ) ) : /** * Get all the forms to be reset. * * @since 3.0.3 * @return array */ function astra_sites_get_reset_form_data() { global $wpdb; $form_ids = $wpdb->get_col( "SELECT post_id FROM {$wpdb->postmeta} WHERE meta_key='_astra_sites_imported_wp_forms'" ); // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching -- We need this to get all the WP forms. Traditional WP_Query would have been expensive here. return $form_ids; } endif; if ( ! function_exists( 'astra_sites_get_reset_term_data' ) ) : /** * Get all the terms to be reset. * * @since 3.0.3 * @return array */ function astra_sites_get_reset_term_data() { global $wpdb; $term_ids = $wpdb->get_col( "SELECT term_id FROM {$wpdb->termmeta} WHERE meta_key='_astra_sites_imported_term'" ); // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching -- We need this to get all the terms and taxonomy. Traditional WP_Query would have been expensive here. return $term_ids; } endif; if ( ! function_exists( 'astra_sites_empty_post_excerpt' ) ) : /** * Remove the post excerpt * * @param int $post_id The post ID. * @since 3.1.0 */ function astra_sites_empty_post_excerpt( $post_id = 0 ) { if ( ! $post_id ) { return; } wp_update_post( array( 'ID' => $post_id, 'post_excerpt' => '', ) ); } endif; GG vs MI Live Score, WPL 2025: Matthews Falls To Kanwar

GG vs MI Live Score, WPL 2025: Matthews Falls To Kanwar As Mumbai Indians Lose Opener Early

In the fifth match of the Women’s Premier League (WPL) 2025, the Gujarat Giants (GG) faced off against the Mumbai Indians (MI) at the Kotambi Stadium in Vadodara on February 18, 2025. MI’s captain, Harmanpreet Kaur, won the toss and elected to field first.

Gujarat Giants’ Innings:

GG’s batting lineup struggled against MI’s disciplined bowling attack. The opening pair, Beth Mooney and Laura Wolvaardt, were unable to provide a solid start. Mooney was dismissed early by Nat Sciver-Brunt, and Wolvaardt followed soon after. The middle order also faltered, with Dayalan Hemalatha and Ashleigh Gardner failing to make significant contributions. Harleen Deol offered some resistance, scoring 32 runs, but wickets continued to fall at regular intervals. Deandra Dottin managed a quick 25 off 13 balls, but GG was eventually bowled out for a modest total of 120 runs in 20 overs.

Mumbai Indians’ Bowling Highlights:

  • Nat Sciver-Brunt: Led the attack with precision, claiming crucial wickets, including that of Beth Mooney.
  • Hayley Matthews: Contributed significantly by taking key wickets in the middle overs, disrupting GG’s momentum.
  • Amelia Kerr: Maintained tight lines, ensuring the pressure remained on GG’s batters throughout their innings.

Mumbai Indians’ Chase:

Chasing a target of 121, MI’s innings began with openers Hayley Matthews and Yastika Bhatia. Matthews was dismissed after scoring 17 runs, but Nat Sciver-Brunt anchored the innings with an unbeaten 29 runs. Despite losing a few wickets, including that of captain Harmanpreet Kaur, MI maintained control of the chase. Amelia Kerr supported Sciver-Brunt, and together they steered MI towards the target. At the end of 9.2 overs, MI’s score stood at 61/3, needing 60 more runs from 64 balls to secure victory.

Key Moments:

  • Early Breakthroughs: Nat Sciver-Brunt’s early dismissal of Beth Mooney set the tone for MI’s bowling dominance.
  • Middle-Order Collapse: GG’s middle order failed to build partnerships, leading to a subpar total.
  • Steady Chase: MI’s batters, particularly Nat Sciver-Brunt, showcased composure, ensuring the required run rate remained manageable.

As the match progresses, MI appears poised to clinch their first victory of the season, while GG will need to reflect on their batting performance and strategize for upcoming games.

For live updates and detailed commentary, you can follow the match here.

Note: The match is ongoing, and the final result will be determined as play continues.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top