Plugin Directory

Changeset 3463643


Ignore:
Timestamp:
02/17/2026 03:47:34 PM (6 weeks ago)
Author:
nsp-code
Message:

Version: 2.8.2

Location:
wp-hide-security-enhancer
Files:
234 added
48 edited

Legend:

Unmodified
Added
Removed
  • wp-hide-security-enhancer/trunk/assets/css/wph.css

    r3093927 r3463643  
    9292.wph_input .options li a:focus, .wph_input .options li a:active { outline: 0; border: none;  -moz-outline-style: none; }
    9393.wph_input .options li span {display:block;cursor: pointer; color: #797979; font-size: 17px;}
     94.wph_input .options li a {display: block}
     95.wph_input .options li .icon {max-width: 20px; margin-top: -7px; margin-left: 3px}
     96.wph_input .options li .icon:hover {filter: brightness(0);}
    9497.wph_input .options li span:hover {color: #000}
    9598.wph_input input[type=text],.wph_input textarea,.wph_input select{border-color:#dddddd; width: 100%; margin-left: 0px}
  • wp-hide-security-enhancer/trunk/assets/js/wph.js

    r3183924 r3463643  
    352352    jQuery( document ).ready( function() {
    353353       
    354         jQuery('.options span').tipsy({fade: false, gravity: 's'});   
     354        jQuery('.options span, .options .icon').tipsy({fade: false, gravity: 's'});   
    355355    })
    356356   
  • wp-hide-security-enhancer/trunk/include/admin-interface.class.php

    r3420002 r3463643  
    307307                                    <li><span class="tips dashicons dashicons-admin-appearance"  title='Remove the field value'  onClick="WPH.clear( this )"></span></li>
    308308                                    <?php } ?>
    309                                     <?php
    310                                        
    311                                         if ( $module_setting['help'] !==    FALSE   &&  ! empty( $module_setting['help']['option_documentation_url'] ))
    312                                             {
    313                                        
    314                                     ?>
     309                                    <?php if ( $module_setting['help'] !==    FALSE   &&  ! empty( $module_setting['help']['option_documentation_url'] )) { ?>
    315310                                    <li><a target="_blank" href="<?php echo esc_url ( $module_setting['help']['option_documentation_url'] ) ?>"><span class="tips dashicons dashicons-admin-links"       title='Open option help page'></span></a></li>
    316                                     <?php
    317                                             }
    318                                     ?>
     311                                    <?php }
     312                                        if ( $module_setting['help'] !==    FALSE   &&  ! empty( $module_setting['help']['ai_question'] )) { ?>
     313                                    <li><a target="_blank" href="https://chat.openai.com/?q=<?php echo esc_html ( $module_setting['help']['ai_question'] ) ?>"><img src="<?php echo WPH_URL ?>/assets/images/ai-icon.png" class="icon" title='Get Help from AI for This Option'></a></li>
     314                                    <?php } ?>
    319315                                </ul>
    320316                                            <label for=""><?php echo wp_kses ( $module_setting['label'], $allow_tags )  ?></label>
  • wp-hide-security-enhancer/trunk/modules/components/admin-admin_url.php

    r3381947 r3463643  
    7474                                                                                                                                                                                                    "<br /><br />". __("This feature provide an easy way to change the default /wp-admin/ to a different slug.",    'wp-hide-security-enhancer') .
    7575                                                                                                                                                                                                    "<br /><br />". __("Once changed, the new url will be used to access all Dashboard sections, from Posts and Pages section to Plugins, Appearance and Settings.",    'wp-hide-security-enhancer'),
    76                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-admin/'
     76                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-admin/',
     77                                                                                                                                                                'ai_question'               =>  'Help me understand the "New Admin Url" option with WP Hide plugin'
    7778                                                                                                                                                                ),
    7879                                                                                                                                ) );
     
    9293                                                                                                                                                                                                "<br />" . __( "Instead it will be redirected to homepage.",    'wp-hide-security-enhancer') .
    9394                                                                                                                                                                                                "<br /><br /><span class='important'>" . __('The option might interfere with specific plugins that use redirects when calling the admin URL.',    'wp-hide-security-enhancer') . '</span>',
    94                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-admin/'
     95                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-admin/',
     96                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable Admin Url redirect to Login page" option with WP Hide plugin'
    9597                                                                                                                                                                ),
    9698
     
    114116                                                                                                                                                                                                 "<br /><br /><span class='important'>" . __('Ensure the New Admin Url option works correctly on your server before activate this.',    'wp-hide-security-enhancer') . '</span>',
    115117                                                                                                                                                                'input_value_extension'     =>  'php',
    116                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-admin/'
     118                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-admin/',
     119                                                                                                                                                                'ai_question'               =>  'Help me understand the "Block default Admin Url" option with WP Hide plugin'
    117120                                                                                                                                                                ),
    118121                                                                                                                               
  • wp-hide-security-enhancer/trunk/modules/components/admin-login_php.php

    r3381947 r3463643  
    8888                                                                                                                                                                                                        "<br /><br />" . __("Map a new wp-login.php instead default prevent hackers boot to attempt to brute force a site login. Being known only by the site owner, the url itself becomes private.",    'wp-hide-security-enhancer') .
    8989                                                                                                                                                                                                        "<br /><br /><span class='important'>" . __("Make sure you keep the new login url to a safe place, in case to forget.",    'wp-hide-security-enhancer') . "</span>",
    90                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-login-php/'
     90                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-login-php/',
     91                                                                                                                                                                    'ai_question'               =>  'Help me understand the "New wp-login.php" option with WP Hide plugin'
    9192                                                                                                                                                                    ),
    9293                                                                                                                               
     
    110111                                                                                                                                                                    'description'               =>  __("If set to Yes, the old login url will be blocked and a default theme 404 error page will be returned.",    'wp-hide-security-enhancer') .
    111112                                                                                                                                                                                                     "<br /><br /><span class='important'>" . __('Ensure the New wp-login.php option works correctly on your server before activate this.',    'wp-hide-security-enhancer') . '</span>',
    112                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-login-php/'
     113                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-login-php/',
     114                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block default wp-login.php" option with WP Hide plugin'
    113115                                                                                                                                                                    ),
    114116                                                                                                                               
     
    137139                                                                                                                                                                    'description'               =>  __("The feature in the WP Hide plugin allows you to replace the standard WordPress login page logo with a custom image of your choice. This customization enhances your site's branding by displaying your logo on the login page, admin dashboard, and other areas where the default logo appears. To use this feature, simply upload your desired logo in the WP Hide settings and save the changes. Your new logo will be displayed immediately, providing a more personalized and professional appearance for your WordPress site.",    'wp-hide-security-enhancer') . "</span>" .
    138140                                                                                                                                                                                                    "<br />" . __("Recommended width size is 320px.",    'wp-hide-security-enhancer') . "</span>",
    139                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-login-php/'
     141                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/admin-change-wp-login-php/',
     142                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Custom Login page Logo" option with WP Hide plugin'
    140143                                                                                                                                                                    ),
    141144                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/modules/components/cdn-setup.php

    r3209226 r3463643  
    4747                                                                                                                                                                                                        "<br /><code>cdnjs.cloudflare.com</code><br /><br />" .
    4848                                                                                                                                                                                                        __('Enter a CDN Url to allow the plugin to process assets provided through CDN service.',    'wp-hide-security-enhancer'),
    49                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/cdn-cdn-url/'
     49                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/cdn-cdn-url/',
     50                                                                                                                                                                    'ai_question'               =>  'Help me understand the "CDN Url - Some CDN providers (like stackpath.com ) replace site assets with custom url, enter here such url" option with WP Hide plugin'
    5051                                                                                                                                                                    ),
    5152                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/modules/components/general-admin-bar.php

    r3366514 r3463643  
    9696                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Remove Admin Bar for ',    'wp-hide-security-enhancer') . $role['name'] . ' ' .  __('role.',    'wp-hide-security-enhancer'),
    9797                                                                                                                                    'description'               =>  $help_description,
    98                                                                                                                                     'option_documentation_url'  =>  'https://www.wp-hide.com/documentation/general-html-admin-bar/'
     98                                                                                                                                    'option_documentation_url'  =>  'https://www.wp-hide.com/documentation/general-html-admin-bar/',
     99                                                                                                                                    'ai_question'               =>  'Help me understand the "Remove Admin Bar for user type" option with WP Hide plugin'
    99100                                                                                                                                    ),
    100101                                                                                                       
  • wp-hide-security-enhancer/trunk/modules/components/general-block-detectors.php

    r3219455 r3463643  
    5555                                                                                                                                                                                                             <li>" . __('Competitive Edge: Maintain a unique brand identity',    'wp-hide-security-enhancer') .".</li>
    5656                                                                                                                                                                                                        </ul>",
    57                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/block-theme-plugin-detectors/'
     57                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/block-theme-plugin-detectors/',
     58                                                                                                                                                                'ai_question'               =>  'Help me understand the "Block Theme / Plugin detectors" option with WP Hide plugin'
    5859                                                                                                                                                                ),
    5960                                                                                                                                   
  • wp-hide-security-enhancer/trunk/modules/components/general-core.php

    r3318046 r3463643  
    5151                                                                                                                                                                                                "<ul><li>" . __("Enhances security by hiding directory structure",    'wp-hide-security-enhancer') . "</li>".
    5252                                                                                                                                                                                                "<li>" . __("Protects sensitive files and assets",    'wp-hide-security-enhancer') . "</li></ul>" ,
    53                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-core/'
     53                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-core/',
     54                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disabling Directory Listing for server folders" option with WP Hide plugin'
    5455                                                                                                                                                                ),
    5556
  • wp-hide-security-enhancer/trunk/modules/components/general-emulate.php

    r3219455 r3463643  
    5454                                                                                                                                                                                                __("- TYPO3",    'wp-hide-security-enhancer') . "<br />" .
    5555                                                                                                                                                                                                __("- Wix",    'wp-hide-security-enhancer') . "<br />" ,
    56                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-emulate-cms/'
     56                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-emulate-cms/',
     57                                                                                                                                                                'ai_question'               =>  'Help me understand the "Emulate CMS" option with WP Hide plugin'
    5758                                                                                                                                                                ),
    5859                                                                                                                                   
  • wp-hide-security-enhancer/trunk/modules/components/general-feed.php

    r3219455 r3463643  
    5050                                                                                                                                                                                                "<br /><code>&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;WP Hide Demo Feed&quot; href=&quot;http://-domain-name-/feed/&quot; /&gt;</code>
    5151                                                                                                                                                                                                <br /><br/>" . __("Set this option to Yes also disable the feed service.",   'wp-hide-security-enhancer'),
    52                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-feed/'
     52                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-feed/',
     53                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove feed|rdf|rss|rss2|atom links within head. Also block such content functionality" option with WP Hide plugin'
    5354                                                                                                                                                                ),
    5455                                                                                                                                   
  • wp-hide-security-enhancer/trunk/modules/components/general-headers.php

    r3219455 r3463643  
    8383                                                                                                                                                                                                    "<br /><br />" . __("Sample header:",    'wp-hide-security-enhancer') .
    8484                                                                                                                                                                                                    "<br /><code>Link: &lt;http://-domain-name-/wp-json/&gt;; rel=&quot;https://api.w.org/&quot;</code>",
    85                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/request-headers/'
     85                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/request-headers/',
     86                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove Link Header being set as default by WordPress which outputs the site JSON url" option with WP Hide plugin'
    8687                                                                                                                                                                ),
    8788                                                                                                                                   
     
    102103                                                                                                                                                                'description'               =>  __("Sample header:",    'wp-hide-security-enhancer') .
    103104                                                                                                                                                                                                    "<br /><code>x-powered-by: 'W3 Total Cache/0.9.5'</code>",
    104                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/request-headers/'
     105                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/request-headers/',
     106                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove X-Powered-By Header if set" option with WP Hide plugin'
    105107                                                                                                                                                                ),
    106108
     
    121123                                                                                                                                                                'description'               =>  __("Sample header:",    'wp-hide-security-enhancer') .
    122124                                                                                                                                                                                                    "<br /><code>server: 'Apache/2.4.1 (Unix)'</code>",
    123                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/request-headers/'
     125                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/request-headers/',
     126                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove Server Header if set" option with WP Hide plugin'
    124127                                                                                                                                                                ),
    125128                                                                                                                                   
     
    140143                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Remove X-Pingback Header',    'wp-hide-security-enhancer'),
    141144                                                                                                                                                                'description'               =>  __("Pingback is one of four types of linkback methods for Web authors to request notification when somebody links to one of their documents. This enables authors to keep track of who is linking to, or referring to their articles. Pingback-enabled resources must either use an X-Pingback header or contain a element to the XML-RPC script.",    'wp-hide-security-enhancer'),
    142                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/request-headers/'
     145                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/request-headers/',
     146                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove X-Pingback Header if being set" option with WP Hide plugin'
    143147                                                                                                                                                                ),
    144148                                                                                                                                   
  • wp-hide-security-enhancer/trunk/modules/components/general-html.php

    r3219455 r3463643  
    117117                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Remove Comments',    'wp-hide-security-enhancer'),
    118118                                                                                                                                                                'description'               =>  __("The HTML source code usually contain many comment lines, however there is no use for that, unless debugging. Remove all HTML Comments, which usually specify Plugins Name and Version. Any Internet Explorer conditional tags are preserved.",    'wp-hide-security-enhancer'),
    119                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/'
     119                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/',
     120                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove comments from HTML source code" option with WP Hide plugin'
    120121                                                                                                                                                                ),
    121122                                                                                                                                   
     
    141142                                                                                                                                                                                                      <br />All
    142143                                                                                                                                                                                                      <br /><span class='important'>" . __("Minify JavaScript might produce errors for specific plugins.",    'wp-hide-security-enhancer') . "</span>",
    143                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/'
     144                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/',
     145                                                                                                                                                                'ai_question'               =>  'Help me understand the "Minify HTML, Inline Styles, Inline JavaScripts" option with WP Hide plugin'
    144146                                                                                                                                                                ),
    145147                                                                                                                                   
     
    163165                                                                                                                                                                'description'               =>  __("Remove general classes from body tag.",    'wp-hide-security-enhancer') .
    164166                                                                                                                                                                                                    "<br /><span class='important'>" . __('This can produce layout issues with certain themes, if something break this should be turned off.', 'wp-hide-security-enhancer') ."</span>",
    165                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/'
     167                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/',
     168                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove general classes from body tag" option with WP Hide plugin'
    166169                                                                                                                                                                ),
    167170                                                                                                                                   
     
    182185                                                                                                                                                                'description'               =>  __("Remove ID attribute from all menu items.",    'wp-hide-security-enhancer') .
    183186                                                                                                                                                                                                    "<br /><span class='important'>" . __('This can produce layout issues with certain themes, if something break this should be turned off.', 'wp-hide-security-enhancer') ."</span>",
    184                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/'
     187                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/',
     188                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove ID from Menu items" option with WP Hide plugin'
    185189                                                                                                                                                                ),
    186190                                                                                                                                                               
     
    201205                                                                                                                                                                'description'               =>  __("Remove class attribute from all menu items. Any classes which include a 'current' prefix or contain 'has-children' will be preserved.",    'wp-hide-security-enhancer') .
    202206                                                                                                                                                                                                    "<br /><span class='important'>" . __('This can produce layout issues with certain themes, if something break this should be turned off.', 'wp-hide-security-enhancer') ."</span>",
    203                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/'
     207                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/',
     208                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove class from Menu items" option with WP Hide plugin'
    204209                                                                                                                                                                ),
    205210
     
    220225                                                                                                                                                                'description'               =>  __("Remove general classes from post.",    'wp-hide-security-enhancer') .
    221226                                                                                                                                                                                                    "<br /><span class='important'>" . __('This can produce layout issues with certain themes, if something break this should be turned off.', 'wp-hide-security-enhancer') ."</span>",
    222                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/'
     227                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/',
     228                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove class from Menu items" option with WP Hide plugin'
    223229                                                                                                                                                                ),
    224230
     
    239245                                                                                                                                                                'description'               =>  __("Remove general classes from media tags.",    'wp-hide-security-enhancer') .
    240246                                                                                                                                                                                                    "<br /><span class='important'>" . __('This can produce layout issues with certain themes, if something break this should be turned off.', 'wp-hide-security-enhancer') ."</span>",
    241                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/'
     247                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/remove-classes-from-html/',
     248                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove general classes from images" option with WP Hide plugin'
    242249                                                                                                                                                                ),
    243250                                                                                                                                                               
  • wp-hide-security-enhancer/trunk/modules/components/general-meta.php

    r3219455 r3463643  
    164164                                                                                                                                                                                                    "<br />" . __("Tag example:",    'wp-hide-security-enhancer') . "<br />  <br />
    165165                                                                                                                                                                                                    <code>&lt;meta name=&quot;generator&quot; content=&quot;WordPress 5.3.1&quot; /&gt;</code>",
    166                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/'
     166                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/',
     167                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove WordPress Generator Meta" option with WP Hide plugin'
    167168                                                                                                                                                                ),
    168169
     
    184185                                                                                                                                                                                                    "<br />" . __("Tag example:",    'wp-hide-security-enhancer') . "<br />  <br />
    185186                                                                                                                                                                                                    <code>&lt;meta content=&quot;Divi -  Child v.1.0.0&quot; name=&quot;generator&quot;/&gt;</code>",
    186                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/'
     187                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/',
     188                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove Other Generator Meta" option with WP Hide plugin'
    187189                                                                                                                                                                ),
    188190                                                                                                                                   
     
    214216                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Remove DNS Prefetch',    'wp-hide-security-enhancer'),
    215217                                                                                                                                                                'description'               =>  __("DNS prefetching allows you to resolve domain names (perform a DNS lookup in the background) before a user clicks on a link, which in turn can help improve performance.",    'wp-hide-security-enhancer'),
    216                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/'
     218                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/',
     219                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove DNS Prefetch" option with WP Hide plugin'
    217220                                                                                                                                                                ),
    218221
     
    232235                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Remove Resource Hints',    'wp-hide-security-enhancer'),
    233236                                                                                                                                                                'description'               =>  __("DNS prefetching and preconect allows you to resolve domain names before a user clicks on a link, which in turn can help and slightly improve performance.",    'wp-hide-security-enhancer'),
    234                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/'
     237                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/',
     238                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove Resource Hints" option with WP Hide plugin'
    235239                                                                                                                                                                ),
    236240                                                                                                                                   
     
    252256                                                                                                                                                                                                "<br /><br/>" . __("Sample tag:",    'wp-hide-security-enhancer') .
    253257                                                                                                                                                                                                "<br /><code>&lt;link rel=&quot;wlwmanifest&quot; type=&quot;application/wlwmanifest+xml&quot; href=&quot;http://-domain-name-/wp-includes/wlwmanifest.xml&quot; /&gt;</code>",
    254                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/'
     258                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/',
     259                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove the wlwmanifest tag within head" option with WP Hide plugin'
    255260                                                                                                                                                                ),
    256261                                                                                                                                   
     
    272277                                                                                                                                                                                                "<br /><br/>" . __("Sample tag:",    'wp-hide-security-enhancer') .
    273278                                                                                                                                                                                                "<br /><code>&lt;link rel='https://api.w.org/' href='https://-domain-name-/wp-json/' /&gt;</code>",
    274                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/'
     279                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/',
     280                                                                                                                                                                'ai_question'               =>  'Help me understand the "By default a REST API link tag is being append to HTML" option with WP Hide plugin'
    275281                                                                                                                                                                ),
    276282                                                                                                                                   
     
    292298                                                                                                                                                                                                "<br /><br/>" . __("Sample tag:",    'wp-hide-security-enhancer') .
    293299                                                                                                                                                                                                "<br /><code>&lt;link rel='EditURI' type='application/rsd+xml' title='RSD' href='https://-domain-name-/xmlrpc.php?rsd' /&gt;</code>",
    294                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/'
     300                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/',
     301                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove the rsd_link tag within head" option with WP Hide plugin'
    295302                                                                                                                                                                ),
    296303                                                                                                                                   
     
    312319                                                                                                                                                                                                "<br /><br/>" . __("Sample tag:",    'wp-hide-security-enhancer') .
    313320                                                                                                                                                                                                "<br /><code>&lt;link rel='next' title='Dummy Post' href='http://-domain-name-/dummy-post/' /&gt;</code>",
    314                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/'
     321                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/',
     322                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove the adjacent_posts_rel tag within head" option with WP Hide plugin'
    315323                                                                                                                                                                ),
    316324
     
    332340                                                                                                                                                                                                "<br /><br/>" . __("Sample tag:",    'wp-hide-security-enhancer') .
    333341                                                                                                                                                                                                "<br /><code>&lt;link rel='profile' href='http://-domain-name-/profile/' /&gt;</code>",
    334                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/'
     342                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/',
     343                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove profile link meta tag within head" option with WP Hide plugin'
    335344                                                                                                                                                                ),
    336345
     
    352361                                                                                                                                                                                                "<br /><br/>" . __("Sample tag:",    'wp-hide-security-enhancer') .
    353362                                                                                                                                                                                                "<br /><code>&lt;link rel=&quot;canonical&quot; href=&quot;http://-domain-name-/dummy-post/&quot; /&gt;</code>",
    354                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/'
     363                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-meta/',
     364                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove canonical link meta tag within head" option with WP Hide plugin'
    355365                                                                                                                                                                ),
    356366
  • wp-hide-security-enhancer/trunk/modules/components/general-oembed.php

    r3219455 r3463643  
    4444                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Remove Oembed',    'wp-hide-security-enhancer'),
    4545                                                                                                                                                                'description'               =>  __("WordPress oEmbed recognizes URLs to a number of services, for example Youtube videos. When WordPress sees the URL it will connect to the external service (Youtube) and ask for the relevant HTML code to embed the video into the page or post.",    'wp-hide-security-enhancer'),
     46                                                                                                                                                               
     47                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove Oembed tags from header" option with WP Hide plugin'
    4648                                                                                                                                                                ),
    4749
  • wp-hide-security-enhancer/trunk/modules/components/general-robots-txt.php

    r3219455 r3463643  
    4949                                                                                                                                                                                                    "<br/><br />" . __("Sample robots.txt url:" ,    'wp-hide-security-enhancer') .
    5050                                                                                                                                                                                                    "<br /><code>https://-domain-name-/robots.txt</code>",
    51                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-robots-txt/'
     51                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-robots-txt/',
     52                                                                                                                                                                'ai_question'               =>  'Help me understand the "Change the default urls within Robots.txt" option with WP Hide plugin'
    5253                                                                                                                                                                ),
    5354
  • wp-hide-security-enhancer/trunk/modules/components/general-scripts.php

    r3219455 r3463643  
    5050                                                                                                                                                                                                    <br />" . __("Once option set to Yes the tag becomes:",    'wp-hide-security-enhancer') .
    5151                                                                                                                                                                                                    "<br /><code>&lt;script type='text/javascript' src='https://-domain-name-/wp-includes/js/jquery/jquery.js'&gt;&lt;/script&gt;</code>",
    52                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-scripts/'
     52                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-scripts/',
     53                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove version number from enqueued script files" option with WP Hide plugin'
    5354                                                                                                                                                                ),
    5455
  • wp-hide-security-enhancer/trunk/modules/components/general-styles.php

    r3219455 r3463643  
    5757                                                                                                                                                                'description'               =>  __("This provide a method to remove the Style file version number which is being append at the end of every style tag. Generally this is intended to be a plain information upon the style code version, however not being used within any functionality or code run.",    'wp-hide-security-enhancer') .
    5858                                                                                                                                                                                                "<br /><br />" . __("Keeping version number for styles provide additional information to hackers which try to identify specific code and version which know as being vulnerable.",    'wp-hide-security-enhancer'),
    59                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-styles/'
     59                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-styles/',
     60                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove version number from enqueued style files" option with WP Hide plugin'
    6061                                                                                                                                                                ),
    6162
     
    7576                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Remove ID from link tags',    'wp-hide-security-enhancer'),
    7677                                                                                                                                                                'description'               =>  __("This provide a method to remove the Style file ID attribute which generally has no usage.",    'wp-hide-security-enhancer'),
    77                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-styles/'
     78                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-styles/',
     79                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove ID attribute from all link tags which include a stylesheet" option with WP Hide plugin'
    7880                                                                                                                                                                ),
    7981
  • wp-hide-security-enhancer/trunk/modules/components/general-user-interactions.php

    r3381947 r3463643  
    153153                                                                                                                                                                'description'               =>  __("Disable right mouse click on your pages can protect your site content from being copied.",    'wp-hide-security-enhancer') .
    154154                                                                                                                                                                                                "<br />" . __("Some plugins, mainly visual editors, use mouse right-click, if use such code this option should be set to No.",    'wp-hide-security-enhancer'),
    155                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/'
     155                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/',
     156                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable Mouse right click" option with WP Hide plugin'
    156157                                                                                                                                                                ),
    157158
     
    172173                                                                                                                                                                'description'               =>  __("When the option is active, the text selection on pages is not possible.",    'wp-hide-security-enhancer') .
    173174                                                                                                                                                                                                "<br />" . __("This is useful when don't want the site texts to be copied.",    'wp-hide-security-enhancer'),
    174                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/'
     175                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/',
     176                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable Text Selection" option with WP Hide plugin'
    175177                                                                                                                                                                ),
    176178
     
    190192                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Disable Copy',    'wp-hide-security-enhancer'),
    191193                                                                                                                                                                'description'               =>  __("Through this option, the browser copy functionality is disabled.",    'wp-hide-security-enhancer') ,
    192                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/'
     194                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/',
     195                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable text copy on your pages" option with WP Hide plugin'
    193196                                                                                                                                                                ),
    194197
     
    208211                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Disable Cut',    'wp-hide-security-enhancer'),
    209212                                                                                                                                                                'description'               =>  __("Through this option, the browser cut functionality is disabled.",    'wp-hide-security-enhancer') ,
    210                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/'
     213                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/',
     214                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable text cut on your pages" option with WP Hide plugin'
    211215                                                                                                                                                                ),
    212216                                                                                                                                   
     
    226230                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Disable Paste',    'wp-hide-security-enhancer'),
    227231                                                                                                                                                                'description'               =>  __("Through this option, the browser paste functionality is disabled.",    'wp-hide-security-enhancer') ,
    228                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/'
     232                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/',
     233                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable text paste on your pages" option with WP Hide plugin'
    229234                                                                                                                                                                ),
    230235
     
    244249                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Disable Print',    'wp-hide-security-enhancer'),
    245250                                                                                                                                                                'description'               =>  __("When using the option, the browser Print dialogue is not available so a site print is disabled.",    'wp-hide-security-enhancer'),
    246                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/'
     251                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/',
     252                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable Print function on your pages" option with WP Hide plugin'
    247253                                                                                                                                                                ),
    248254
     
    263269                                                                                                                                                                'description'               =>  __("The Print Screen function captures an image of the entire screen and copies it to the Clipboard in the computer's memory.",    'wp-hide-security-enhancer') .
    264270                                                                                                                                                                                                "<br />" . __("If the functionality is not required, the option helps to disable it.",    'wp-hide-security-enhancer'),
    265                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/'
     271                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/',
     272                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable Print Screen function on your pages" option with WP Hide plugin'
    266273                                                                                                                                                                ),
    267274
     
    282289                                                                                                                                                                'description'               =>  __("Every modern web browser includes a powerful tool called Developer Tools. Through the application, a user can inspect currently-loaded HTML, CSS and JavaScript.",    'wp-hide-security-enhancer') .
    283290                                                                                                                                                                                                "<br />" . __("To prevent the user from deeply checking into your site architecture, the browser Inspect can be disabled through this option. ",    'wp-hide-security-enhancer'),
    284                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/'
     291                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/',
     292                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable the browser Developr Tools on your pages" option with WP Hide plugin'
    285293                                                                                                                                                                ),
    286294
     
    300308                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Disable View Source',    'wp-hide-security-enhancer'),
    301309                                                                                                                                                                'description'               =>  __("The page source is an HTML set of tags code. An HTML tag is an element that, along with CSS and JavaScript, tells the Web browser what to do and how to display the text and images.",    'wp-hide-security-enhancer') ,
    302                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/'
     310                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/',
     311                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable the browser view source on your pages" option with WP Hide plugin'
    303312                                                                                                                                                                ),
    304313
     
    319328                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Disable Drag / Drop',    'wp-hide-security-enhancer'),
    320329                                                                                                                                                                'description'               =>  __("The Drag and Drop operation describes the action o selecting an object or text on the page and moving it to a different area.",    'wp-hide-security-enhancer'),
    321                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/'
     330                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/user-interactions/',
     331                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable the browser drag and drop for images on your pages" option with WP Hide plugin'
    322332                                                                                                                                                                ),
    323333                                                                                                                                   
  • wp-hide-security-enhancer/trunk/modules/components/general-wpemoji.php

    r3219455 r3463643  
    5858                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Disable Emoji',    'wp-hide-security-enhancer'),
    5959                                                                                                                                                                'description'               =>  __("Not everyone use Emoji. Since WordPress load the dependencies as default, it decrease the overall site speed. Disabling this will remove any code and related resources from being loaded on front side.",    'wp-hide-security-enhancer'),
    60                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-emoji/'
     60                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-emoji/',
     61                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable the Emoji icon library from being loaded" option with WP Hide plugin'
    6162                                                                                                                                                                ),
    6263
     
    7677                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Disable TinyMCE Emoji',    'wp-hide-security-enhancer'),
    7778                                                                                                                                                                'description'               =>  __("Disable TinyMCE Emoji This is also loaded along the WordPress default TinyMCE editor, but it can be disabled through this option.",    'wp-hide-security-enhancer'),
    78                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-emoji/'
     79                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-html-emoji/',
     80                                                                                                                                                                'ai_question'               =>  'Help me understand the "Disable the TinyMCE Emoji icons library from being loaded into TinyMC" option with WP Hide plugin'
    7981                                                                                                                                                                ),
    8082
  • wp-hide-security-enhancer/trunk/modules/components/login_2fa_app.php

    r3399228 r3463643  
    6363                                                                                                                                                                                                    </ul><br />" . __("These apps are available for download on both Android and iOS devices, ensuring users can securely authenticate their logins from their smartphones. ",    'wp-hide-security-enhancer') .
    6464                                                                                                                                                                                                    "<br /><br />" . __("Users can manage this option in the Profile section of their account.",    'wp-hide-security-enhancer'),
    65                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-authenticator-app/'
     65                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-authenticator-app/',
     66                                                                                                                                                                    'ai_question'               =>  'Help me understand the "2FA - Authenticator App (Google Authenticator, Microsoft Authenticator, and Similar Apps)" option with WP Hide plugin'
    6667                                                                                                                                                                    ),
    6768                                                                                                                               
  • wp-hide-security-enhancer/trunk/modules/components/login_2fa_defaults.php

    r3399228 r3463643  
    107107                                                                                                                                                                                                         <li>" . __("<b>Recovery Codes</b>: Pre-generated one-time-use codes provided during the 2FA setup. These can be securely stored and used as a backup when other methods are unavailable.",    'wp-hide-security-enhancer'). "</li>
    108108                                                                                                                                                                                                    </ul><br />" . __("Enabling 2FA significantly reduces the risk of unauthorized access by adding a robust secondary verification step.",    'wp-hide-security-enhancer'),
    109                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-two-factor-authentication/'
     109                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-two-factor-authentication/',
     110                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Enable 2FA" option with WP Hide plugin'
    110111                                                                                                                                                                    ),
    111112                                                                                                                               
     
    126127                                                                                                                                                            'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Enable the 2FA for specific roles',    'wp-hide-security-enhancer'),
    127128                                                                                                                                                            'description'               =>  __("This option allows you to enforce Two-Factor Authentication (2FA) for selected user roles within your WordPress site. By enabling this feature, users assigned to the specified roles must authenticate using an additional verification step, enhancing account security. You can define which roles require 2FA, ensuring an extra layer of protection for administrators, editors, or other user groups as needed.",    'wp-hide-security-enhancer'),
    128                                                                                                                                                             'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-two-factor-authentication/'
     129                                                                                                                                                            'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-two-factor-authentication/',
     130                                                                                                                                                            'ai_question'               =>  'Help me understand the "Enable the 2FA for specific roles" option with WP Hide plugin'
    129131                                                                                                                                                            ),
    130132                                                                                                                                ) );
     
    143145                                                                                                                                                                                                    "<br />" . __("If needed, users can update or modify their 2FA settings anytime from their account settings within the dashboard.",    'wp-hide-security-enhancer').
    144146                                                                                                                                                                                                    "<br />" . __("Activating this option ensures straightforward stronger protection against unauthorized access by requiring users to establish an additional verification layer before accessing their account. This proactive approach enhances security and minimizes risks associated with compromised passwords.",    'wp-hide-security-enhancer'),
    145                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-two-factor-authentication/'
     147                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-two-factor-authentication/',
     148                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Mandate the user to configure Two-Factor Authentication (2FA) during their first login" option with WP Hide plugin'
    146149                                                                                                                                                                    ),
    147150                                                                                                                               
     
    169172                                                                                                                                                                                                         <li>" . __("<b>Recovery Codes</b>: Pre-generated one-time-use codes provided during 2FA setup, which can be used as a backup if other methods are unavailable or inaccessible.",    'wp-hide-security-enhancer'). "</li>
    170173                                                                                                                                                                                                    </ul><br />" . __("You can choose the most convenient or secure method for your users, ensuring an additional layer of protection for their accounts.",    'wp-hide-security-enhancer'),
    171                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-two-factor-authentication/'
     174                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-two-factor-authentication/',
     175                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Primary Two-Factor Authentication Method" option with WP Hide plugin'
    172176                                                                                                                                                                    ),
    173177                                                                                                                               
     
    191195                                                                                                                                                                                                    "<br />&nbsp;".
    192196                                                                                                                                                                                                    "<br />" . __("The new 'Disable 2FA when using Temporary Login' option in the WP Hide plugin enhances site accessibility by allowing temporary bypassing of Two-Factor Authentication (2FA) for specific login scenarios. When activated, if 2FA is enabled, users who access the site via temporary login URLs, generated by plugins such as Temporary Login Without Password, can log in without undergoing the usual 2FA process. This feature simplifies the user experience during temporary access, ensuring a seamless transition while maintaining robust security measures for standard login procedures. It is an ideal solution for administrators who require controlled, temporary access without compromising overall security.",    'wp-hide-security-enhancer'),
    193                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-two-factor-authentication/'
     197                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-two-factor-authentication/',
     198                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Disable 2FA when using wordpress plugins like Temporary Login Without Password" option with WP Hide plugin'
    194199                                                                                                                                                                    ),
    195200                                                                                                                               
  • wp-hide-security-enhancer/trunk/modules/components/login_2fa_email.php

    r3381947 r3463643  
    5555                                                                                                                                                                                                    "<br />" . __("For the best experience with the Two-Factor Authentication (2FA) - Email option, it is highly recommended to use an SMTP plugin. An SMTP (Simple Mail Transfer Protocol) plugin ensures that authentication messages are sent securely and reliably from your server, helping to avoid issues with email delivery. By configuring an SMTP plugin, you can improve the chances of the 2FA email reaching the user's inbox instead of being mistakenly filtered into the spam or bulk folders. .",    'wp-hide-security-enhancer') .
    5656                                                                                                                                                                                                    "<br /><br />" . __("Users can manage this option in the Profile section of their account.",    'wp-hide-security-enhancer'),
    57                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-email/'
     57                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-email/',
     58                                                                                                                                                                    'ai_question'               =>  'Help me understand the "2FA - Activate Email" option with WP Hide plugin'
    5859                                                                                                                                                                    ),
    5960                                                                                                                               
  • wp-hide-security-enhancer/trunk/modules/components/login_2fa_recovery_codes.php

    r3399228 r3463643  
    5555                                                                                                                                                                                                    "<br />" . __("While this method is primarily intended as a backup solution, it can also be used as the primary 2FA method if necessary. Recovery codes offer a reliable and easy-to-use fallback, ensuring you can always regain access to your account when needed, even if other 2FA options are unavailable.",    'wp-hide-security-enhancer') .
    5656                                                                                                                                                                                                    "<br /><br />" . __("Users can manage this option in the Profile section of their account.",    'wp-hide-security-enhancer'),
    57                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-recovery-codes/'
     57                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/2fa-recovery-codes/',
     58                                                                                                                                                                    'ai_question'               =>  'Help me understand the "2FA - Recovery Codes" option with WP Hide plugin'
    5859                                                                                                                                                                    ),
    5960                                                                                                                               
  • wp-hide-security-enhancer/trunk/modules/components/login_captcha.php

    r3420002 r3463643  
    108108                                                                                                                                                                        'description'               =>  __('CAPTCHA, short for "Completely Automated Public Turing test to tell Computers and Humans Apart," is a critical cybersecurity tool. It distinguishes human users from automated bots by presenting challenges like distorted characters or image recognition tasks. CAPTCHA safeguards websites, login pages, and online services from unwanted intrusion, spam, and fraud. Its evolution includes advanced variants and innovations like reCAPTCHA, continually enhancing digital security.',  'wp-hide-security-enhancer') . "<br />" .
    109109                                                                                                                                                                                                        __('While it\'s a robust defense, adversaries are adapting, making CAPTCHA\'s ongoing development crucial in the fight against online threats.',  'wp-hide-security-enhancer') ,
    110                                                                                                                                                                         'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-emulate-cms/'
     110                                                                                                                                                                        'option_documentation_url'  =>  'https://wp-hide.com/documentation/general-emulate-cms/',
     111                                                                                                                                                                        'ai_question'               =>  'Help me understand the "Captcha - Select the required CAPTCHA type to protect the Login, Registration page, Password Forget" option with WP Hide plugin'
    111112                                                                                                                                                                        ),
    112113                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-author.php

    r3318046 r3463643  
    7373                                                                                                                                                                                                        <code>https://-domain-name-/contributor/author-name/</code>",
    7474                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-author/',
     75                                                                                                                                                                    'ai_question'               =>  'Help me understand the "New Author Path" option with WP Hide plugin'
    7576                                                                                                                                                                    ),
    7677                                                                                                                                ) );
     
    9293                                                                                                                                                                                                        __("Even if your permalink settings are not set to the default (i.e., 'Plain'), WordPress will still redirect ?author=ID URLs to the corresponding author archive page, if it exists. Therefore, additional measures are necessary to block these redirects and prevent username enumeration.",    'wp-hide-security-enhancer') ,
    9394                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-author/',
     95                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Prevent Access to Author Archives" option with WP Hide plugin'
    9496                                                                                                                                                                    ),
    9597                                                                                                                                                                   
     
    110112                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Block default',    'wp-hide-security-enhancer'),
    111113                                                                                                                                                                    'description'               =>  __("After changing the default author, the old url is still accessible, this provide a way to block it.<br />The functionality apply only if <b>New Author Path</b> option is filled in.",    'wp-hide-security-enhancer'),
    112                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-author/'
     114                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-author/',
     115                                                                                                                                                                    'ai_question'               =>  'Help me understand the "block the default Author Path" option with WP Hide plugin'
    113116                                                                                                                                                                    ),
    114117
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-comments.php

    r3219455 r3463643  
    6262                                                                                                                                                                                                        __("Though this option a new file slug can replace the default.",    'wp-hide-security-enhancer'),
    6363                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-comments/',
     64                                                                                                                                                                    'ai_question'               =>  'Help me understand the "New wp-comments-post.php filename" option with WP Hide plugin',
    6465                                                                                                                                                                    'input_value_extension'     =>  'php'
    6566                                                                                                                                                                    ),
     
    7576                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Block wp-comments-post.php',    'wp-hide-security-enhancer'),
    7677                                                                                                                                                                    'description'               =>  __("After changing the default wp-comments-post.php, the old url is still accessible, this provide a way to block the old.<br />The functionality apply only if <b>New wp-comments-post.php</b> option is filled in.",    'wp-hide-security-enhancer'),
    77                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-comments/'
     78                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-comments/',
     79                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block wp-comments-post.php" option with WP Hide plugin'
    7880                                                                                                                                                                    ),
    7981
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-json-rest.php

    r3209226 r3463643  
    137137                                                                                                                                                                    'description'               =>  __("When calling the site REST API base route ( e.g. /wp-json/ or ?rest_route=/ ) the service outputs all available namespaces and routes for current site. This can be a breach for the system, as outputs important information regarding certain used theme and plugins. ",    'wp-hide-security-enhancer') .
    138138                                                                                                                                                                                                        "<br /><br />" . __("Recommended selection for this option is Yes, to ensure no inside data is being exposed. ",    'wp-hide-security-enhancer'),
    139                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/'
     139                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/',
     140                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Clean the REST API response" option with WP Hide plugin'
    140141                                                                                                                                                                    ),
    141142                                                                                                                   
     
    157158                                                                                                                                                                                                        "<br />" . __("A REST API can be consumed everywhere. On mobile applications, on front-end (web apps) or any other devices that have access on the net, practically everything can connect from anywhere to your site and interact though JSON REST API service.",    'wp-hide-security-enhancer') .
    158159                                                                                                                                                                                                        "<br /><br />" . __("V1 was the first development version of API, which currently is deprecated. To disable the usage of it, simply chose Yes.",    'wp-hide-security-enhancer'),
    159                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/'
     160                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/',
     161                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Disable JSON REST V1 service" option with WP Hide plugin'
    160162                                                                                                                                                                    ),
    161163                                                                                                                               
     
    184186                                                                                                                                                                                                        "<br /><br />" . __("V2 is the current development version of API, which is included into WordPress as default. To disable the usage of it, simply chose Yes." ,    'wp-hide-security-enhancer') .
    185187                                                                                                                                                                                                        "<br ><span class='important'>" . __("This might be required by specific plugins, including the new WordPress editor Gutenberg, JetPack etc.",    'wp-hide-security-enhancer') . "</span>",
    186                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/'
     188                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/',
     189                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Disable JSON REST V2 service" option with WP Hide plugin'
    187190                                                                                                                                                                    ),
    188191                                                                                                                               
     
    211214                                                                                                                                                                                                    __("When selecting the <b>All</b> the service is blocked for everyone.",    'wp-hide-security-enhancer') .
    212215                                                                                                                                                                                                        "<br ><span class='important'>" . __("This might be required by specific plugins, including the new WordPress editor Gutenberg, JetPack etc. So if required to block the API, the <b>Non logged-in</b> is the appropriate option to use.",    'wp-hide-security-enhancer') . "</span>",
    213                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/'
     216                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/',
     217                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block any JSON REST calls" option with WP Hide plugin'
    214218                                                                                                                                                                    ),
    215219                                                                                                                               
     
    236240                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('disable_json_rest_wphead_link',    'wp-hide-security-enhancer'),
    237241                                                                                                                                                                    'description'               =>  __("As default the API url is being append into the front html head tag. Using this option, it will be replaced.",    'wp-hide-security-enhancer'),
    238                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/'
     242                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/',
     243                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Disable output the REST API link tag into page header" option with WP Hide plugin'
    239244                                                                                                                                                                    ),
    240245                                                                                                                   
     
    254259                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('disable_json_rest_xmlrpc_rsd',    'wp-hide-security-enhancer'),
    255260                                                                                                                                                                    'description'               =>  __("Disable any RSD endpoint from a XML-RPC response.",    'wp-hide-security-enhancer'),
    256                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/'
     261                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/',
     262                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Disable JSON REST WP RSD endpoint from XML-RPC responses" option with WP Hide plugin'
    257263                                                                                                                                                                    ),
    258264                                                                                                                               
     
    272278                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('disable_json_rest_template_redirect',    'wp-hide-security-enhancer'),
    273279                                                                                                                                                                    'description'               =>  __("Disable Sends a Link header for the REST API, on template_redirect",    'wp-hide-security-enhancer'),
    274                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/'
     280                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-json-rest/',
     281                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Disable Sends a Link header for the REST API" option with WP Hide plugin'
    275282                                                                                                                                                                    ),
    276283                                                               
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-new_include_path.php

    r3209226 r3463643  
    5858                                                                                                                                                                                                        <br /><br /> " . __("After filling in this option e.g. resources the links will change to this:",    'wp-hide-security-enhancer') . " <br />  <br />
    5959                                                                                                                                                                                                        <code>&lt;script type='text/javascript' src='https://-domain-name-/resources/js/jquery/jquery.js'&gt;&lt;/script&gt;</code>",
    60                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-wp-includes/'
     60                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-wp-includes/',
     61                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Hide the default wp-includes folder" option with WP Hide plugin'
    6162                                                                                                                                                                    ),
    6263                                                                                                                               
     
    7374                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Block wp-includes URL',    'wp-hide-security-enhancer'),
    7475                                                                                                                                                                    'description'               =>  __("This blocks the default wp-includes urls only for non loged-in users.<br />The functionality apply only if <b>New Includes Path</b> option is filled in.",    'wp-hide-security-enhancer'),
    75                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-wp-includes/'
     76                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-wp-includes/',
     77                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block the default wp-includes folder" option with WP Hide plugin'
    7678                                                                                                                                                                    ),
    7779                                                                                                                               
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-new_plugin_path.php

    r3332276 r3463643  
    9494                                                                                                                                                                'description'               =>  __("Use any alphanumeric symbols for this field which will be used as the new slug for the plugins folder. Presuming the `apps` slug is being used, all plugins urls become to something like this:",    'wp-hide-security-enhancer') . "<br />  <br />
    9595                                                                                                                                                                                                    <code>http://-domain-name-/apps/jetpack/</code>",
    96                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-plugins/'
     96                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-plugins/',
     97                                                                                                                                                                'ai_question'               =>  'Help me understand the "Hide the default /plugins/ folder" option with WP Hide plugin'
    9798                                                                                                                                                                ),
    9899                                                                                                                               
     
    109110                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Block plugins URL',    'wp-hide-security-enhancer'),
    110111                                                                                                                                                                'description'               =>  __("This blocks the default wp-content/plugins/ url.<br />The functionality apply only if <b>New Plugins Path</b> option is filled in.",    'wp-hide-security-enhancer'),
    111                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-plugins/'
     112                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-plugins/',
     113                                                                                                                                                                'ai_question'               =>  'Help me understand the "Block the default /plugins/ folder" option with WP Hide plugin'
    112114                                                                                                                                                                ),
    113115                                                                                                                               
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-new_theme_path.php

    r3332276 r3463643  
    130130                                                                                                                                                                                                        <br /><br /> " . __("When using this option, if filling with `template`, all urls on front side become as follow:",    'wp-hide-security-enhancer') ." <br />  <br />
    131131                                                                                                                                                                                                        <code>&lt;link rel='stylesheet' href='http://-domain-name-/template/style.css' type='text/css' media='all' /&gt;</code>" ,
    132                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-theme/'
     132                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-theme/',
     133                                                                                                                                                                    'ai_question'               =>  'Help me understand the "New theme path" option with WP Hide plugin'
    133134                                                                                                                                                                    ),
    134135                                                                                                                               
    135                                                                                                                                 'value_description'     =>  __('Example',    'wp-hide-security-enhancer') . ': <b>template</b>',
     136                                                                                                                                'value_description'     =>  __('Example',    'wp-hide-security-enhancer') . ': template',
    136137                                                                                                                                ) );
    137138                                                                break;
     
    139140                                    case 'new_style_file_path' :
    140141                                                                $component_setting =   array_merge ( $component_setting , array(
    141                                                                                                                                 'label'         =>  __('New Style File Path',    'wp-hide-security-enhancer'),
     142                                                                                                                                'label'         =>  __('New Style Filename',    'wp-hide-security-enhancer'),
    142143                                                                                                                                'description'   =>  __('Change default theme style file style.css, current path is set to',    'wp-hide-security-enhancer') . ' <strong>'. str_replace(get_bloginfo('wpurl'), '' ,   $this->wph->default_variables['template_url'])  .'/style.css</strong>',
    143144                                                                                                                               
     
    147148                                                                                                                                                                                                        <code>&lt;link rel='stylesheet' href='http://-domain-name-/template/template-style.css' type='text/css' media='all' /&gt;</code>",
    148149                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-theme/',
     150                                                                                                                                                                    'ai_question'               =>  'Help me understand the "New theme stylesheet filename" option with WP Hide plugin',
    149151                                                                                                                                                                    'input_value_extension'     =>  'css'
    150152                                                                                                                                                                    ),
    151153                                                                                                                               
    152                                                                                                                                 'value_description' =>  __('Example',    'wp-hide-security-enhancer') . ': <b>skin.css</b>',
     154                                                                                                                                'value_description' =>  __('Example',    'wp-hide-security-enhancer') . ': skin.css',
    153155                                                                                                                                ) );
    154156                                                                break;
     
    166168                                                                                                                                                                'description'               =>  __("Strip out all meta data from style file as Theme Name, Theme URI, Author etc. Those are important informations for hackers to find out possible theme security breaches. A list of headers can e found at",    'wp-hide-security-enhancer') . " <a href='https://codex.wordpress.org/Theme_Development#Theme_Stylesheet' target='_blank'>". __("Theme Headers",    'wp-hide-security-enhancer') . "</a><br /><br />" .
    167169                                                                                                                                                                                                __("This feature may fail if style file url not available on html ( being concatenated ).",    'wp-hide-security-enhancer'),
    168                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-theme/'
     170                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-theme/',
     171                                                                                                                                                                'ai_question'               =>  'Help me understand the "Remove description header from Style file" option with WP Hide plugin',
    169172                                                                                                                                                                ),
    170173                                                                                                                               
     
    196199                                                                                                                                                                                                <br /><br /> " . __("When using this option, if filling with `template-child`, all urls on front side become as follow:",    'wp-hide-security-enhancer') . " <br />  <br />
    197200                                                                                                                                                                                                <code>&lt;link rel='stylesheet' href='http://-domain-name-/template-child/style.css' type='text/css' media='all' /&gt;</code>",
    198                                                                                                                                                             'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-theme/'
     201                                                                                                                                                            'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-theme/',
     202                                                                                                                                                            'ai_question'               =>  'Help me understand the "New child theme path" option with WP Hide plugin'
    199203                                                                                                                                                            ),
    200204                                                                                                                       
     
    213217                                                                                                                                                                                                <code>&lt;link rel='stylesheet' href='http://-domain-name-/template-child/child-style.css' type='text/css' media='all' /&gt;</code>",
    214218                                                                                                                                                            'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-theme/',
     219                                                                                                                                                            'ai_question'               =>  'Help me understand the "New child theme stylesheet filename" option with WP Hide plugin',
    215220                                                                                                                                                            'input_value_extension'     =>  'css'
    216221                                                                                                                                                            ),
     
    232237                                                                                                                                                        'description'               =>  __("Strip out all meta data from style file as Theme Name, Theme URI, Author etc. Those are important informations for hackers to find out possible theme security breaches. A list of headers can e found at",    'wp-hide-security-enhancer') . " <a href='https://codex.wordpress.org/Theme_Development#Theme_Stylesheet' target='_blank'>" . __("Theme Headers",    'wp-hide-security-enhancer') . "</a><br /><br />" .
    233238                                                                                                                                                                                        __("This feature may fail if style file url not available on html ( being concatenated ).",    'wp-hide-security-enhancer'),
    234                                                                                                                                                         'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-theme/'
     239                                                                                                                                                        'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-theme/',
     240                                                                                                                                                        'ai_question'               =>  'Help me understand the "Remove description header from Style file" option with WP Hide plugin',
    235241                                                                                                                                                        ),
    236242                                                                                                                       
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-new_upload_path.php

    r3209226 r3463643  
    5858                                                                                                                                                                    'description'               =>  __("Use any alphanumeric symbols for this field which will be used as the new slug for the uploads folder. Using this option the default media folder can be mapped to another path. Filling with a slug like 'media' the links become like this:",    'wp-hide-security-enhancer') . "<br />  <br />
    5959                                                                                                                                                                                                        <code>&lt;img class=&quot;alignnone size-full&quot; src=&quot;http://domain.com/media/106658.jpg&quot; alt=&quot;&quot; width=&quot;640&quot; height=&quot;390&quot; alt=&quot;&quot; /&gt;</code>",
    60                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-uploads/'
     60                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-uploads/',
     61                                                                                                                                                                    'ai_question'               =>  'Help me understand the "New Uploads Path" option with WP Hide plugin'
    6162                                                                                                                                                                    ),
    6263                                                                                                                               
     
    7374                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Block default uploads URL',    'wp-hide-security-enhancer'),
    7475                                                                                                                                                                    'description'               =>  __("This blocks the default wp-content/uploads/ url.<br />The functionality apply only if <b>New Plugins Path</b> option is filled in.",    'wp-hide-security-enhancer'),
    75                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-uploads/'
     76                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-uploads/',
     77                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block default uploads URL" option with WP Hide plugin'
    7678                                                                                                                                                                    ),
    7779                                                                                                                                   
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-new_xml-rpc-path.php

    r3209226 r3463643  
    7979                                                                                                                                                                                <br /><br />" . __("Through this option it can be changed to anything else. This ensure the protocol will not be called by anyone who don't know the actual path.",    'wp-hide-security-enhancer'),
    8080                                                                                                                                            'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-xml-rpc/',
     81                                                                                                                                            'ai_question'               =>  'Help me understand the "New XML-RPC Path" option with WP Hide plugin',
    8182                                                                                                                                            'input_value_extension'     =>  'php'
    8283                                                                                                                                            ),
     
    9596                                                                                                                             "<br/><br />" . __("Keep in mind that some third-party services, like Jetpack, rely on XML-RPC to connect to WordPress sites for features such as monitoring, statistics, and site management.", 'wp-hide-security-enhancer'),
    9697                                                                                                            'option_documentation_url' => 'https://wp-hide.com/documentation/rewrite-xml-rpc/',
     98                                                                                                            'ai_question'               =>  'Help me understand the "Block default xmlrpc.php" option with WP Hide plugin',
    9799                                                                                                        ),
    98100                                                                                                        'advanced_option' => array(
     
    116118                                                                                                                             "<br />" . __("Brute force attacks often target the XML-RPC service. Therefore, it's advisable to enable this option unless you are using the service for specific purposes, such as with a remote mobile app.", 'wp-hide-security-enhancer'),
    117119                                                                                                            'option_documentation_url' => 'https://wp-hide.com/documentation/rewrite-xml-rpc/',
     120                                                                                                            'ai_question'               =>  'Help me understand the "Disable XML-RPC methods requiring authentication" option with WP Hide plugin',
    118121                                                                                                        ),
    119122                                                                                                        'options' => array(
     
    133136                                                                                                                             "<ul><li>" . __("Mobile Apps: XML-RPC allows users to manage their WordPress sites via mobile apps.", 'wp-hide-security-enhancer') . "</li></ul>",
    134137                                                                                                            'option_documentation_url' => 'https://wp-hide.com/documentation/rewrite-xml-rpc/',
     138                                                                                                            'ai_question'               =>  'Help me understand the "Disable XML-RPC service" option with WP Hide plugin',
    135139                                                                                                        ),
    136140                                                                                                        'options' => array(
     
    149153                                                                                                            'description' => __("This enables removing pingback functionality, which is used to notify authors of links to their posts.", 'wp-hide-security-enhancer'),
    150154                                                                                                            'option_documentation_url' => 'https://wp-hide.com/documentation/rewrite-xml-rpc/',
     155                                                                                                            'ai_question'               =>  'Help me understand the "Remove pingback" option with WP Hide plugin',
    151156                                                                                                        ),
    152157                                                                                                        'options' => array(
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-root-files.php

    r3209226 r3463643  
    118118                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Block license.txt',    'wp-hide-security-enhancer'),
    119119                                                                                                                                                                    'description'               =>  __("This is a text file which contain the licensing terms for WordPress framework. Obviously you don't want that visible as every site containing such file must be a WordPress.",    'wp-hide-security-enhancer'),
    120                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/'
     120                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/',
     121                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block access to license.txt root file" option with WP Hide plugin'
    121122                                                                                                                                                                    ),
    122123                                                                                                                               
     
    136137                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Block readme.html',    'wp-hide-security-enhancer'),
    137138                                                                                                                                                                    'description'               =>  __("A Hypertext Markup Language file with general information about installed WordPress, version, instalation steps, updating, requirements, resources etc.",    'wp-hide-security-enhancer'),
    138                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/'
     139                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/',
     140                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block access to readme.html root file" option with WP Hide plugin'
    139141                                                                                                                                                                    ),
    140142                                                                                                                               
     
    155157                                                                                                                                                                    'description'               =>  __("Block access to wp-activate.php file. Through this file new users confirms that the activation key that is received in the email after signs up for a new blog, matches the key for that user.",    'wp-hide-security-enhancer') .
    156158                                                                                                                                                                                                        "<br />" . __("If anyone can register on your site, you should keep this no NO.",    'wp-hide-security-enhancer'),
    157                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/'
     159                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/',
     160                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block wp-activate.php" option with WP Hide plugin'
    158161                                                                                                                                                                    ),
    159162                                                                                                                               
     
    187190                                                                                                                                                                    'description'               =>  __("The file wp-cron.php is the portion of WordPress that handles scheduled events within a WordPress site. If remote cron calls not being used this can be set to Yes..",    'wp-hide-security-enhancer') .
    188191                                                                                                                                                                                                        "<br />" . $option_description,
    189                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/'
     192                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/',
     193                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block access from outside to wp-cron.php file" option with WP Hide plugin'
    190194                                                                                                                                                                    ),
    191195                                                                                                                               
     
    211215                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Block wp-signup.php',    'wp-hide-security-enhancer'),
    212216                                                                                                                                                                    'description'               =>  __("The wp-signup.php allow for anyone to register to your site. If the registration functionality is turned off, is safe to block the  wp-signup.php.",    'wp-hide-security-enhancer'),
    213                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/'
     217                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/',
     218                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block wp-signup.php" option with WP Hide plugin'
    214219                                                                                                                                                                    ),
    215220                                                                                                                               
     
    229234                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Block wp-register.php',    'wp-hide-security-enhancer'),
    230235                                                                                                                                                                    'description'               =>  __("This is a deprecated file but still present in many WordPress installs.  When called the user is redirected to /register page. Is safe to block the wp-register.php.",    'wp-hide-security-enhancer'),
    231                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/'
     236                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/',
     237                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block wp-register.php" option with WP Hide plugin'
    232238                                                                                                                                                                    ),
    233239                                                                                                                               
     
    247253                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Block other wp-*.php files',    'wp-hide-security-enhancer'),
    248254                                                                                                                                                                    'description'               =>  __("Block other wp-*.php files. E.g. wp-blog-header.php, wp-config.php, wp-cron.php. Those files are used internally, blocking those will not affect any functionality. Other root files (wp-activate.php, wp-login.php, wp-signup.php) are ignored, they can be controlled through own setting.",    'wp-hide-security-enhancer'),
    249                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/'
     255                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-root-files/',
     256                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block other wp-*.php files" option with WP Hide plugin'
    250257                                                                                                                                                                    ),
    251258                                                                                                                               
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-search.php

    r3381947 r3463643  
    6060                                                                                                                                                                                                    <br /><br /> ". __("By using a value of 'find' this become:",    'wp-hide-security-enhancer') . "<br />
    6161                                                                                                                                                                                                    <code>https://-domain-name-/find/search-word/</code>",
    62                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-search/'
     62                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-search/',
    6363                                                                                                                                                                ),
    6464                                                                                                                               
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-wp_content_path.php

    r3381947 r3463643  
    5858                                                                                                                                                                                                        <br /><br /> " . __("After filling in this option e.g. data the links become:",    'wp-hide-security-enhancer') . " <br />  <br />
    5959                                                                                                                                                                                                        <code>&lt;script type='text/javascript' src='https://-domain-name-/data/cache/static/asset.js'&gt;&lt;/script&gt;</code>",
    60                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-wp-content/'
     60                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-wp-content/',
     61                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Hide the default wp-content folder" option with WP Hide plugin'
    6162                                                                                                                                                                    ),
    6263                                                                                                                               
     
    7374                                                                                                                                                                    'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Block wp-content URL',    'wp-hide-security-enhancer'),
    7475                                                                                                                                                                    'description'               =>  __("This restricts access to the default wp-content URLs exclusively for non-logged-in users.<br />The functionality apply only if <b>New Content Path</b> option is filled in.",    'wp-hide-security-enhancer'),
    75                                                                                                                                                                     'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-wp-content/'
     76                                                                                                                                                                    'option_documentation_url'  =>  'https://wp-hide.com/documentation/rewrite-wp-content/',
     77                                                                                                                                                                    'ai_question'               =>  'Help me understand the "Block the default wp-content folder" option with WP Hide plugin'
    7678                                                                                                                                                                    ),
    7779                                                                                                                               
    7880                                                                                                                                'advanced_option'   =>  array(
    7981                                                                                                                                   
    80                                                                                                                                                                     'description'               =>  '<b>' . __('This is an advanced option !',    'wp-hide-security-enhancer') . '</b><br />' . __('This can break the layout if server not supporting the feature. Ensure New Content Path options works fine before activate this. Once active test it thoroughly.<br />If not working, set to <b>No</b> to revert.',    'wp-hide-security-enhancer')
    81                                                                                                                                                            
    82                                                                                                                                                             ),
     82                                                                                                                                                                    'description'               =>  '<b>' . __('This is an advanced option !',    'wp-hide-security-enhancer') . '</b><br />' . __('This can break the layout if server not supporting the feature. Ensure New Content Path options works fine before activate this. Once active test it thoroughly.<br />If not working, set to <b>No</b> to revert.',    'wp-hide-security-enhancer'),
     83                                                                                                                                                                                                                                                                                                                                ),
    8384                                                                                                                               
    8485                                                                                                                                'options'       =>  array(
  • wp-hide-security-enhancer/trunk/modules/components/security-check_headers.php

    r3381947 r3463643  
    152152                                                                                                                                                                                                "<br /><br />" .__("The HTTP Headers are categorised by their purpose: Authentication, Caching, Client hints, Conditionals, Connection management, Content negotiation, Controls, Cookies, CORS, Downloads, Message body information, Proxies, Redirects, Request context, Response context, Range requests, <b>Security</b>, Server-sent events, Transfer coding, WebSockets, Other",    'wp-hide-security-enhancer') .
    153153                                                                                                                                                                                                "<br /><br />" . __("This area provides support for the <b>",    'wp-hide-security-enhancer').  '<a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers#security" target="_blank">Security Headers</b></a>' . __(" type. Those are the ones responsible for the security implementation for any page.",    'wp-hide-security-enhancer') ,
    154                                                                                                                                                                 'option_documentation_url'  =>  'https://wp-hide.com/harden-your-website-using-security-headers/'
     154                                                                                                                                                                'option_documentation_url'  =>  'https://wp-hide.com/harden-your-website-using-security-headers/',
     155                                                                                                                                                                'ai_question'               =>  'Help me understand the "Check site Headers Headers" option with WP Hide plugin'
    155156                                                                                                                                                                ),
    156157                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/modules/components/security-header-cross-origin-embedder-policy.php

    r3381947 r3463643  
    5050                                                                                                                                                                                                "<br /><br />"  . __("Options:",    'wp-hide-security-enhancer') .
    5151                                                                                                                                                                                                "<br /><b>unsafe-none</b> - "  . __("This is the default value. Allows the document to fetch cross-origin resources without giving explicit permission through the CORS protocol or the Cross-Origin-Resource-Policy header.",    'wp-hide-security-enhancer') .
    52                                                                                                                                                                                                 "<br /><b>require-corp</b> - "  . __("A document can only load resources from the same origin, or resources explicitly marked as loadable from another origin. If a cross origin resource supports CORS, the crossorigin attribute or the Cross-Origin-Resource-Policy header must be used to load it without being blocked by COEP.",    'wp-hide-security-enhancer') ,
    53                                                                                                                                                                 'option_documentation_url'  =>  'https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy'
     52                                                                                                                                                                                                "<br /><b>require-corp</b> - "  . __("A document can only load resources from the same origin, or resources explicitly marked as loadable from another origin. If a cross origin resource supports CORS, the crossorigin attribute or the Cross-Origin-Resource-Policy header must be used to load it without being blocked by COEP.",    'wp-hide-security-enhancer') .
     53                                                                                                                                                                                                "<br /><b>credentialless</b> - "  . __("A document can load cross-origin resources that are requested in no-cors mode without an explicit permission via the Cross-Origin-Resource-Policy header. In this case requests are sent without credentials: cookies are omitted in the request, and ignored in the response.",    'wp-hide-security-enhancer') ,
     54                                                                                                                                                                'option_documentation_url'  =>  'https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy',
     55                                                                                                                                                                'ai_question'               =>  'Help me understand the "Security Headers - Cross-Origin-Embedder-Policy (COEP)" option with WP Hide plugin'
    5456                                                                                                                                                                ),
    5557                                                                                                                                ) );
     
    108110                                <label>
    109111                                    <input type="radio" class="radio" value="require-corp" name="value" <?php if ( $module_settings['value'] == 'require-corp' ) { ?>checked="checked"<?php } ?>> <span>require-corp</span>
     112                                </label>
     113                                <label>
     114                                    <input type="radio" class="radio" value="credentialless" name="value" <?php if ( $module_settings['value'] == 'credentialless' ) { ?>checked="checked"<?php } ?>> <span>credentialless</span>
    110115                                </label>                                                                 
    111116                            </fieldset>
  • wp-hide-security-enhancer/trunk/modules/components/security-header-cross-origin-opener-policy.php

    r3381947 r3463643  
    5555                                                                                                                                                                                                "<br /><b>same-origin-allow-popups</b> - "  . __("Retains references to newly opened windows or tabs that either don't set COOP or that opt out of isolation by setting a COOP of unsafe-none.",    'wp-hide-security-enhancer') .
    5656                                                                                                                                                                                                "<br /><b>same-origin</b> - "  . __("Isolates the browsing context exclusively to same-origin documents. Cross-origin documents are not loaded in the same browsing context.",    'wp-hide-security-enhancer'),
     57                                                                                                                                                                'ai_question'               =>  'Help me understand the "Security Headers - Cross-Origin-Opener-Policy (COOP)" option with WP Hide plugin'
    5758                                                                                                                                                                ),
    5859                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/modules/components/security-header-cross-origin-resource-policy.php

    r3381947 r3463643  
    5151                                                                                                                                    'help'          =>  array(
    5252                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('Cross-Origin-Resource-Policy',    'wp-hide-security-enhancer'),
    53                                                                                                                                                                 'description'               =>  __("The HTTP Content-Security-Policy response header allows web site administrators to control resources the user agent is allowed to load for a given page. With a few exceptions, policies mostly involve specifying server origins and script endpoints. This helps guard against cross-site scripting attacks (Cross-site_scripting). ",    'wp-hide-security-enhancer')
     53                                                                                                                                                                'description'               =>  __("The HTTP Content-Security-Policy response header allows web site administrators to control resources the user agent is allowed to load for a given page. With a few exceptions, policies mostly involve specifying server origins and script endpoints. This helps guard against cross-site scripting attacks (Cross-site_scripting). ",    'wp-hide-security-enhancer') ,
     54                                                                                                                                                                'ai_question'               =>  'Help me understand the "Security Headers - Cross-Origin-Resource-Policy (CORP)" option with WP Hide plugin'
    5455                                                                                                                                                                ),
    5556                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/modules/components/security-header-referrer-policy.php

    r3381947 r3463643  
    5858                                                                                                                                                                                                "<br /><b>strict-origin-when-cross-origin (default)</b> - "  . __("Send the origin, path, and querystring when performing a same-origin request. For cross-origin requests send the origin (only) when the protocol security level stays same (HTTPS→HTTPS). Don't send the Referer header to less secure destinations (HTTPS→HTTP).",    'wp-hide-security-enhancer') .
    5959                                                                                                                                                                                                "<br /><b>unsafe-url</b> - "  . __("Send the origin, path, and query string when performing any request, regardless of security.",    'wp-hide-security-enhancer') ,
    60                                                                                                                                                                 'option_documentation_url'  =>  'https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy'
     60                                                                                                                                                                'option_documentation_url'  =>  'https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy',
     61                                                                                                                                                                'ai_question'               =>  'Help me understand the "Security Headers - Referrer-Policy" option with WP Hide plugin'
    6162                                                                                                                                                                ),
    6263                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/modules/components/security-header-x-content-type-options.php

    r3381947 r3463643  
    5252                                                                                                                                                                                                "<br />" . __("Starting with Firefox 72, top-level documents also avoid MIME sniffing (if Content-type is provided). This can cause HTML web pages to be downloaded instead of being rendered when they are served with a MIME type other than text/html. Make sure to set both headers correctly.",    'wp-hide-security-enhancer') .
    5353                                                                                                                                                                                                "<br /><br />"  . __("Options:",    'wp-hide-security-enhancer') .
    54                                                                                                                                                                                                 "<br /><b>nosniff</b> - "  . __("Blocks a request if the request destination is of type style and the MIME type is not text/css, or of type script and the MIME type is not a JavaScript MIME type.",    'wp-hide-security-enhancer')
     54                                                                                                                                                                                                "<br /><b>nosniff</b> - "  . __("Blocks a request if the request destination is of type style and the MIME type is not text/css, or of type script and the MIME type is not a JavaScript MIME type.",    'wp-hide-security-enhancer'),
     55                                                                                                                                                               
     56                                                                                                                                                                'ai_question'               =>  'Help me understand the "Security Headers - X-Content-Type-Options" option with WP Hide plugin'
    5557                                                                                                                                                                ),
    5658                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/modules/components/security-header-x-download-options.php

    r3381947 r3463643  
    4848                                                                                                                                    'help'          =>  array(
    4949                                                                                                                                                                'title'                     =>  __('Help',    'wp-hide-security-enhancer') . ' - ' . __('X-Download-Options',    'wp-hide-security-enhancer'),
    50                                                                                                                                                                 'description'               =>  __("The X-Download-Options is specific to IE 8, and is related to how IE 8 handles downloaded HTML files. Turns out if you download an HTML file from a web page and chooses to \"Open\" it in IE, it will execute in the context of the web site. That means that any scripts in that file will also execute with the origin of the web site.",    'wp-hide-security-enhancer')
     50                                                                                                                                                                'description'               =>  __("The X-Download-Options is specific to IE 8, and is related to how IE 8 handles downloaded HTML files. Turns out if you download an HTML file from a web page and chooses to \"Open\" it in IE, it will execute in the context of the web site. That means that any scripts in that file will also execute with the origin of the web site.",    'wp-hide-security-enhancer') ,
     51                                                                                                                                                                'ai_question'               =>  'Help me understand the "Security Headers - X-Download-Options" option with WP Hide plugin'
    5152                                                                                                                                                                ),
    5253                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/modules/components/security-header-x-frame-options.php

    r3381947 r3463643  
    5656                                                                                                                                                                                                "<br /><b>DENY</b> - "  . __("The page cannot be displayed in a frame, regardless of the site attempting to do so.",    'wp-hide-security-enhancer') .
    5757                                                                                                                                                                                                "<br /><b>SAMEORIGIN</b> - "  . __("The page can only be displayed in a frame on the same origin as the page itself. The spec leaves it up to browser vendors to decide whether this option applies to the top level, the parent, or the whole chain, although it is argued that the option is not very useful unless all ancestors are also in the same origin.",    'wp-hide-security-enhancer') .
    58                                                                                                                                                                                                 "<br />&nbsp;<br /><br />" . __("If you specify DENY, not only will the browser attempt to load the page in a frame fail when loaded from other sites, attempts to do so will fail when loaded from the same site. On the other hand, if you specify SAMEORIGIN, you can still use the page in a frame as long as the site including it in a frame is the same as the one serving the page.",    'wp-hide-security-enhancer')
     58                                                                                                                                                                                                "<br />&nbsp;<br /><br />" . __("If you specify DENY, not only will the browser attempt to load the page in a frame fail when loaded from other sites, attempts to do so will fail when loaded from the same site. On the other hand, if you specify SAMEORIGIN, you can still use the page in a frame as long as the site including it in a frame is the same as the one serving the page.",    'wp-hide-security-enhancer'),
     59                                                                                                                                                                'ai_question'               =>  'Help me understand the "Security Headers - X-Frame-Options (XFO)" option with WP Hide plugin'
    5960                                                                                                                                                                ),
    6061                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/modules/components/security-header-x-permitted-cross-domain-policies.php

    r3381947 r3463643  
    5656                                                                                                                                                                                                "<br /><b>by-content-type</b> - "  . __("[HTTP/HTTPS only] Only policy files served with Content-Type: text/x-cross-domain-policy are allowed.",    'wp-hide-security-enhancer') .
    5757                                                                                                                                                                                                "<br /><b>by-ftp-filename</b> - "  . __("[FTP only] Only policy files whose file names are crossdomain.xml (i.e. URLs ending in /crossdomain.xml) are allowed.",    'wp-hide-security-enhancer') .
    58                                                                                                                                                                                                 "<br /><b>all</b> - "  . __("All policy files on this target domain are allowed.",    'wp-hide-security-enhancer')
     58                                                                                                                                                                                                "<br /><b>all</b> - "  . __("All policy files on this target domain are allowed.",    'wp-hide-security-enhancer'),
     59                                                                                                                                                                'ai_question'               =>  'Help me understand the "Security Headers - X-Permitted-Cross-Domain-Policies" option with WP Hide plugin'
    5960                                                                                                                                                                ),
    6061                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/modules/components/security-header-x-xss-protection.php

    r3381947 r3463643  
    5353                                                                                                                                                                                                "<br /><b>1</b> - "  . __("Enables XSS filtering (usually default in browsers). If a cross-site scripting attack is detected, the browser will sanitize the page (remove the unsafe parts).",    'wp-hide-security-enhancer') .
    5454                                                                                                                                                                                                "<br /><b>1; mode=block</b> - "  . __("Enables XSS filtering. Rather than sanitizing the page, the browser will prevent rendering of the page if an attack is detected.",    'wp-hide-security-enhancer') .
    55                                                                                                                                                                                                 "<br /><b>1; report=</b> - "  . __("Chromium only. Enables XSS filtering. If a cross-site scripting attack is detected, the browser will sanitize the page and report the violation. This uses the functionality of the CSP report-uri directive to send a report.",    'wp-hide-security-enhancer')
     55                                                                                                                                                                                                "<br /><b>1; report=</b> - "  . __("Chromium only. Enables XSS filtering. If a cross-site scripting attack is detected, the browser will sanitize the page and report the violation. This uses the functionality of the CSP report-uri directive to send a report.",    'wp-hide-security-enhancer'),
     56                                                                                                                                                                'ai_question'               =>  'Help me understand the "Security Headers - X-XSS-Protection" option with WP Hide plugin'
    5657                                                                                                                                                                ),
    5758                                                                                                                                ) );
  • wp-hide-security-enhancer/trunk/readme.txt

    r3439538 r3463643  
    55Requires at least: 2.8
    66Tested up to: 6.9
    7 Stable tag: 2.8.1
     7Stable tag: 2.8.2
    88License: GPLv2 or later
    99
     
    466466== Changelog ==
    467467
     468= 2.8.2 =
     469* Add AI-powered help to every option to make its purpose easier to understand, with practical examples and usage tips.
     470
    468471= 2.8.1 =
    469472* Removed deprecated log_save method.
  • wp-hide-security-enhancer/trunk/wp-hide.php

    r3439534 r3463643  
    66* Author: Nsp Code
    77* Author URI: http://www.nsp-code.com
    8 * Version: 2.8.1
     8* Version: 2.8.2
    99* Text Domain: wp-hide-security-enhancer
    1010* Domain Path: /languages/
Note: See TracChangeset for help on using the changeset viewer.