_x( 'Plugin: Limit Login Attempts Logger', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'description' => _x( 'Logs failed login attempts, lockouts, and configuration changes made in the plugin Limit Login Attempts', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'name_via' => _x( 'Using plugin Limit Login Attempts', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'capability' => 'manage_options', 'messages' => array( // 'user_locked_out' => _x( 'User locked out', "Logger: Plugin Limit Login Attempts", "simple-history" ), 'failed_login_whitelisted' => _x( 'Failed login attempt from whitelisted IP', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'failed_login' => _x( 'Was locked out because too many failed login attempts', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'cleared_ip_log' => _x( 'Cleared IP log', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'reseted_lockout_count' => _x( 'Reset lockout count', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'cleared_current_lockouts' => _x( 'Cleared current lockouts', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'updated_options' => _x( 'Updated options', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), ), /* "labels" => array( "search" => array( "label" => _x( "Limit Login Attempts", "Logger: Plugin Limit Login Attempts", "simple-history" ), "options" => array( _x( "xxxPages not found", "User logger: 404", "simple-history" ) => array( "page_not_found", ), ), ), // end search ),*/ // end labels ); return $arr_info; } public function loaded() { require_once( ABSPATH . 'wp-admin/includes/plugin.php' ); $pluginFilePath = 'limit-login-attempts/limit-login-attempts.php'; $isPluginActive = is_plugin_active( $pluginFilePath ); // Only continue to add filters if plugin is active. // This minimise the risk of plugin errors, because plugin // has been forked to new versions. if ( ! $isPluginActive ) { return; } add_filter( 'pre_option_limit_login_lockouts_total', array( $this, 'on_option_limit_login_lockouts_total' ), 10, 1 ); add_action( 'load-settings_page_limit-login-attempts', array( $this, 'on_load_settings_page' ), 10, 1 ); } /** * Fired when plugin options screen is loaded */ public function on_load_settings_page( $a ) { // phpcs:ignore WordPress.Security.NonceVerification.Missing if ( $_POST && wp_verify_nonce( $_POST['_wpnonce'], 'limit-login-attempts-options' ) ) { // Settings saved if ( isset( $_POST['clear_log'] ) ) { $this->noticeMessage( 'cleared_ip_log' ); } if ( isset( $_POST['reset_total'] ) ) { $this->noticeMessage( 'reseted_lockout_count' ); } if ( isset( $_POST['reset_current'] ) ) { $this->noticeMessage( 'cleared_current_lockouts' ); } if ( isset( $_POST['update_options'] ) ) { $options = array( 'client_type' => sanitize_text_field( $_POST['client_type'] ), 'allowed_retries' => sanitize_text_field( $_POST['allowed_retries'] ), 'lock «Մխիթար Սեբաստացի» կրթահամալիրի ինտերնետ-հեռուստատեսություն

Հայ-վրացական գեղարվեստական պլեներ

09.04.2015
Լուսանկարները՝ Անի Սարգսյանի
© Սեբաստացի TV 2015

 

 

 

 

 

 

 

IMG_2574 IMG_2584 IMG_2587 IMG_2593 IMG_2595 IMG_2596 IMG_2597 IMG_2599 IMG_2600 IMG_2604 IMG_2605 IMG_2606 IMG_2611 IMG_2612 IMG_2613 IMG_2615 IMG_2620 IMG_2623 IMG_2629 IMG_2636 IMG_2638 IMG_2643 IMG_2656 IMG_2657 IMG_2664 IMG_2666 IMG_2667 IMG_2668 IMG_2675 IMG_2691 IMG_2693 IMG_2696 IMG_2697 IMG_2702 IMG_2706 IMG_2707 IMG_2720 IMG_2723 IMG_2727 IMG_2734 IMG_2735 IMG_2737 IMG_2740 IMG_2742 IMG_2748 IMG_2753 IMG_2764 IMG_2768 IMG_2769 IMG_2770 IMG_2771 IMG_2777 IMG_2787 IMG_2793 IMG_2795

 

 

220 դիտում

Մի կարծիք Հայ-վրացական գեղարվեստական պլեներ գրառման համար

Թողնել կարծիք

AlphaOmega Captcha Classica  –  Enter Security Code