woocommerce_review_order_rating_labels

woocommerce_review_order_rating_labels

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.9.1

apply_filters('woocommerce_review_order_rating_labels') is found 1 times:

  • /src/Internal/OrderReviews/StarRating.php line 98

    Warning: Undefined array key 103 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @since 10.8.0
    		 *
    		 * @param array<int, string> $labels Map of rating value (1-5) to label.
    		 */
    		$filtered = (array) apply_filters( 'woocommerce_review_order_rating_labels', $labels );
    
    		// Keep only known 1-5 keys; fall back to defaults for any the filter dropped.
    		return array_replace( $labels, array_intersect_key( $filtered, $labels ) );
    	}
    }