Title: tango15mk's Replies | WordPress.org

---

# tango15mk

  [  ](https://wordpress.org/support/users/tango15mk/)

 *   [Profile](https://wordpress.org/support/users/tango15mk/)
 *   [Topics Started](https://wordpress.org/support/users/tango15mk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tango15mk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tango15mk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tango15mk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tango15mk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tango15mk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Registration & Membership - Free & Paid Memberships, Subscriptions, Content Restriction, User Profile, Custom User Registration & Login Builder] List of registration / hooks?](https://wordpress.org/support/topic/list-of-registration-hooks/)
 *  Thread Starter [tango15mk](https://wordpress.org/support/users/tango15mk/)
 * (@tango15mk)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/list-of-registration-hooks/#post-12528793)
 * Hi! Thanks for the reply.
 * This is the code I have implemented:
 *     ```
       // Send Google Event Tracking On User Login
       add_filter( 'user_registration_login_redirect', 'ur_track_user_login_session', 10, 2 );
       function ur_track_user_login_session($redirect,$user){
           userActivity::add_new_user_activity(null,'Account','Logged In');
           // Use your code here to track event ?>
           <script>ga('create', 'UA-XXXXXX', 'auto');ga('send', 'event','Account','Logged In');</script>
           <?php // The $redirect parameter expects an url to be returned by this filter.
           return $redirect;
       }
       ```
   
 * I have replace my Google analytics code with XXXX for the purpose of posting 
   here.
 * My own custom site tracking works fine ‘userActivity::add_new_user_activity’ 
   so I know the hook is working, unfortunately however the Event send to Google
   analytics is not working?
 * Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How To Reorder Address Fields?](https://wordpress.org/support/topic/how-to-reorder-address-fields/)
 *  Thread Starter [tango15mk](https://wordpress.org/support/users/tango15mk/)
 * (@tango15mk)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-to-reorder-address-fields/#post-7260964)
 * Forgot to mention that I would like this across the billing / shipping address
   as well as the order forms etc if possible.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SEO Ultimate] Undefined Index 00 in locale.php](https://wordpress.org/support/topic/undefined-index-00-in-localephp/)
 *  Thread Starter [tango15mk](https://wordpress.org/support/users/tango15mk/)
 * (@tango15mk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/undefined-index-00-in-localephp/#post-7024831)
 * Solved! Thank god that a ‘reinstall’ function was added to this plugin! A quick
   reinstall and the error is gone!
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [htaccess pretty url problem](https://wordpress.org/support/topic/htaccess-pretty-url-help/)
 *  Thread Starter [tango15mk](https://wordpress.org/support/users/tango15mk/)
 * (@tango15mk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/htaccess-pretty-url-help/#post-6958646)
 * I have done that and it works for my posts, but my above example is for a page
   I have coded myself.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] How to check whether a posted value exists?](https://wordpress.org/support/topic/how-to-check-whether-a-posted-value-exists/)
 *  Thread Starter [tango15mk](https://wordpress.org/support/users/tango15mk/)
 * (@tango15mk)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-check-whether-a-posted-value-exists/#post-6924581)
 * Thank you very much and finally how can I then compare that value?
 * For example:
 *     ```
       $myMonth = "February";
   
       if ( $template->get_posted_value( 'dob_month' )  && **posted value is equal to $myMonth**) {
   
       echo "The submitted month matches the variable!";
   
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sucuri Security - Auditing, Malware Scanner and Security Hardening] Time out/error messages](https://wordpress.org/support/topic/time-outerror-messages/)
 *  [tango15mk](https://wordpress.org/support/users/tango15mk/)
 * (@tango15mk)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/time-outerror-messages/page/2/#post-6143828)
 * I have installed your update and it seems to have corrected the API timeout error
   I was getting.
 * Just FYI, since installing the update I have noticed a PHP notice showing in 
   my debug notes that there is an undefined index ‘m’ in:
 * /sucuri-scanner/sucuri.php on line 5116
 * Thanks
    Gary
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sucuri Security - Auditing, Malware Scanner and Security Hardening] Time out/error messages](https://wordpress.org/support/topic/time-outerror-messages/)
 *  [tango15mk](https://wordpress.org/support/users/tango15mk/)
 * (@tango15mk)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/time-outerror-messages/page/2/#post-6143826)
 * Yorman, thank you for providing the alternative code, excuse my ignorance but
   am I right in thinking that all I would need to do is disable my existing plugin
   installation of Sucuri and then install the plugin alternative you have provided
   above?
 * Any idea of when the update may be coming out officially?
 * Thank you for your help.
 * Gary
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JS and CSS] INSECURITY – plugin deactivated by host](https://wordpress.org/support/topic/insecurity-plugin-deactivated-by-host/)
 *  [tango15mk](https://wordpress.org/support/users/tango15mk/)
 * (@tango15mk)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/insecurity-plugin-deactivated-by-host/#post-4914816)
 * scdwb Sorry for contacting you through here but I can’t seem to find any other
   way of getting you, I saw that you managed to resolve the issue of the theme 
   my login profile page validation which I am stuck with myself, can you contact
   me to help? Its the last part of my project so desperately need it fixing 🙂 
   email on profile page! Thanks! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Login form redirect issue?](https://wordpress.org/support/topic/login-form-redirect-issue/)
 *  Thread Starter [tango15mk](https://wordpress.org/support/users/tango15mk/)
 * (@tango15mk)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/login-form-redirect-issue/#post-5742480)
 * Tried it again now and it does what I would like it to but am curious in adjusting
   it so it wouldn’t show the register form in the widget in the future?

Viewing 9 replies - 1 through 9 (of 9 total)