Fix function name
We were calling this function with a different name
This commit is contained in:
parent
3434550083
commit
55dd00852a
|
@ -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' );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue