hooked rating_filter_init to init

This commit is contained in:
Ibrahim Ibn Dawood 2015-11-13 15:13:48 +05:30
parent 8deac2c563
commit 91119e05c2
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class WC_Query {
add_action( 'init', array( $this, 'add_endpoints' ) );
add_action( 'init', array( $this, 'layered_nav_init' ) );
add_action( 'init', array( $this, 'price_filter_init' ) );
add_action( 'init', array( $this, 'rating_filter_init' ) );
if ( ! is_admin() ) {
add_action( 'wp_loaded', array( $this, 'get_errors' ), 20 );