WC_Shortcodes::order_by_rating_post_clauses()public staticWC 1.0

Deprecated from version 3.2.0. It is no longer supported and can be removed in future releases. Use WC_Shortcode_Products::order_by_rating_post_clauses() instead.

Order by rating.

Method of the class: WC_Shortcodes{}

No Hooks.

Return

Array.

Usage

$result = WC_Shortcodes::order_by_rating_post_clauses( $args );
$args(array) (required)
Query args.

Changelog

Deprecated since 3.2.0 Use WC_Shortcode_Products::order_by_rating_post_clauses().

WC_Shortcodes::order_by_rating_post_clauses() code WC 8.7.0

public static function order_by_rating_post_clauses( $args ) {
	return WC_Shortcode_Products::order_by_rating_post_clauses( $args );
}