Fix function name

We were calling this function with a different name
This commit is contained in:
Josh Betz 2021-08-24 10:11:38 -05:00
parent 3434550083
commit 55dd00852a
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ class WC_Tracker {
*
* @return array
*/
public static function get_woocommerce_mobile_info() {
public static function get_woocommerce_mobile_usage() {
return get_option( 'woocommerce_mobile_app_usage' );
}
}