Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  •  nikolisgt
    Participant

    Im back with solution works well,

    adding following code on theme’s functions.php file:

    COPY CODE
    add_action('aiowps_wp_loaded_tasks_end', 'remove_aiowps_loaded_actions');
    function remove_aiowps_loaded_actions($AIOWPSecurity_WP_Loaded_Tasks){
        remove_action( 'login_init', array( $AIOWPSecurity_WP_Loaded_Tasks, 'aiowps_login_init' ));
    
    }
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?