PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.48
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.48
1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 All 173 releases
← All changes | includes/class-userswp.php +1 -1 1.2.721.2.48 View file →
@@ -570,9 +570,9 @@
570 570 add_action( 'wp_ajax_nopriv_uwp_ajax_forgot_password', array( $instance, 'process_forgot' ) );
571 571
572 572 // general
573 573 add_action( 'init', array( $instance, 'init_notices' ), 1 );
574 - add_action( 'init', array( $instance, 'handler' ), 11 );
574 + add_action( 'uwp_loaded', array( $instance, 'handler' ) );
575 575 add_action( 'init', array( $instance, 'privacy_submit_handler' ) );
576 576 add_action( 'uwp_template_display_notices', array( $instance, 'display_notices' ), 10, 1 );
577 577 add_action( 'wp_ajax_uwp_upload_file_remove', array( $instance, 'upload_file_remove' ) );
578 578 //User search form