[wordpress插件] Custom settings for Sucuri ScannerSucuri扫描仪的自定义设置

wordpress 插件 文章 2020-04-09 22:11 476 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Custom settings for Sucuri Scanner plugin.

Sucuri扫描仪插件的自定义设置。

The author has no association with Sucuri LLC.

作者与Sucuri LLC没有关系。

    • Restrict the admin interface to a specific user
    • 将管理界面限制为特定用户

    • Hide Sucuri WAF (web application firewall) related UI elements
    • 隐藏Sucuri WAF(Web应用程序防火墙)相关的UI元素

    • Prevent DNS queries on each page load
    • 防止在每个页面上加载DNS查询

    • Hide Sucuri ads
    • 隐藏Sucuri广告

    • Set data store path.
    • 设置数据存储路径。

    For details please see the GitHub repository.

    有关详细信息,请参见 GitHub存储库

    How to restrict the admin interface to a specific user?

    如何将管理界面限制为特定用户?

    Copy this to your wp-config.php

    将此复制到您的wp-config.php

    define( 'O1_SUCURI_USER', 'your-username' );

      define('O1_SUCURI_USER','您的用户名');

    Links

    链接

    Development of this plugin goes on on GitHub.

    此插件的开发在 GitHub 上进行。

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

    1. Upload custom-sucuri.php to the /wp-content/plugins/ directory
    2. custom-sucuri.php 上载到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

下载地址
https://downloads.wordpress.org/plugin/custom-sucuri.2.4.0.zip
-EOF-

AI助手支持GPT4.0