You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for the reference: work on this started in branch issue/104-show-mobile-usage. Showing the usage already works, the part of storing it is missing. @Zodiac1978 wrote a plugin for that (https://gist.github.com/Zodiac1978/a4796579f5143d9e3100015e664adc2c) which can be used as a starting point. I will try to find the time to add this.
If the WordPress function wp_is_mobile is not sufficient there is a plugin called mobble which is using this PHP library which could be used for more detailed info: http://mobiledetect.net/
I would like to add a new data column besides
created
,referrer
andtarget
.ismobile
This feature could be easily added with the WordPress core function
wp_is_mobile
and would just add a boolean value in a new column for each entry.It is easily to visualize and would add a real benefit to the users without creating any privacy problems.
If you follow the post about statify this is one of the most mentioned missing features.
If the majority thinks this is a good idea I would add a new branch for this feature. Otherwise I would try to make an addon plugin for this.
The text was updated successfully, but these errors were encountered: