定制 peytz-wordpress/pco-kint 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

peytz-wordpress/pco-kint

最新稳定版本:1.0.10

Composer 安装命令:

composer require peytz-wordpress/pco-kint

包简介

Kint debugger for WordPress - a powerful and modern PHP debugging tool.

README 文档

README

=== PCo Kint ===
Contributors: PeytzCo, Compute
Tags: debug, kint, krumo, print_r, var_dump
Requires at least: 3.5
Tested up to: 4.3
Stable tag: 1.0.10
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Kint debugger for WordPress - a powerful and modern PHP debugging tool.

== Description ==

PCo-Kint is a simple WordPress plugin wrapper for [kint](https://github.com/raveren/kint/), a pretty replacement for [var_dump()](http://php.net/manual/en/function.var-dump.php), [print_r()](http://php.net/manual/en/function.print-r.php]) and [debug_backtrace()](http://php.net/manual/en/function.debug-backtrace.php]). Kint is also a great replacement to Krumo!

Simply use the `d()` function to output your objects or arrays, or use `ddd()` if you want to terminate the current script.

A great alternative to `echo'<pre>';var_dump($var);die;`!

A full list of features can be found on the project page:

http://raveren.github.io/kint/

Contribute to [this project](https://github.com/Peytz-WordPress/pco-kint) on [github](https://github.com/Peytz-WordPress) or find [all of our favorite and custom made plugins](http://profiles.wordpress.org/peytzco/)

== Installation ==

1. Add the plugin by either downloading the folder and uploading it to the wp-content/plugins directory or install it from the Control Panel using Plugins->Add New.
1. Activate PCo Kint from the Plugins menu using Plugins->Installed Plugins.
1. Use `d( array() )` to ensure that the plugin is working.

== Screenshots ==

1. A simple output of `d( $_SERVER )`
2. Some variable content types have an alternative display - for example you will be able see JSON in its raw form - but also as an associative array
3. CLI is detected and formatted for automatically, the output is colored too

== Changelog ==

https://github.com/raveren/kint/releases

统计信息

  • 总下载量: 2.91k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-07-24