Run GeoReg when user logs in or visits BP Profile
Must a way to get GeoReg to run in the bg when user logs in, or alternatively visits his buddypress profile
Currently you hook into add_action( 'login_form_register', and add_filter( 'bp_core_signup_user'/ The reason I am asking is I have been using the
WP GeoLocation
JS plugin till now to silently capture users login IP and then writing the jscript result to a cookie which i then write to
wp usermeta....
If you changes your hook ins to use login head or bp is profile surely this could silently update the users meta with his location info? Would be fantastic to have, even when a new user buys a product say in woocommerce at checkout to autofill most of his address fields - will happily pay for this mod