woocommerce_analytics_{$snake_name}_select_query

woocommerce_analytics_{$snake_name}_select_query

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.3.1

apply_filters('woocommerce_analytics_{$snake_name}_select_query') is found 1 times:

  • /src/Admin/API/Reports/GenericQuery.php line 89

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

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

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

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

    		 *
    		 * @param stdClass|WP_Error $results Results from the data store.
    		 * @param array             $args    Query args used to get the data (potentially filtered).
    		 */
    		return apply_filters( "woocommerce_analytics_{$snake_name}_select_query", $results, $args );
    	}
    }