[wordpress插件] Benchmark Custom Functionality基准自定义功能

wordpress 插件 文章 2020-03-03 04:10 504 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Two functions debug and debug_mail used for outputing the content of variables.

两个函数debug和debug_mail用于输出变量的内容。

No Long description yet.

暂无详细说明。

安装步骤

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

    3. Edit the $allowedIPs array found in the debug function to include your own IP.
    4. 编辑在调试功能中找到的$ allowedIPs数组以包含您自己的IP。

    5. Edit the mail function found in the debug_mail function to include your own email address.
    6. 编辑在debug_mail函数中找到的mail函数,以包括您自己的电子邮件地址。

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

    9. Pass any variable to the function: eg.

    10. 将任何变量传递给函数:例如

      debug($var);

      debug($ var);

      or debug($unknown)

    11. 或调试($ unknown)

下载地址
https://downloads.wordpress.org/plugin/benchmark-custom-functionality.1.2.zip
-EOF-

AI助手支持GPT4.0