You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Description: Kint is a a modern and powerful PHP debugging helper, which requires zero-setup and replaces var_dump(), print_r() and debug_backtrace(). This plugin is a wrapper for Kint.
* Version: 2.0.2
* Author: hellofromTonya
* Author URI: https://KnowTheCode.io/
* Text Domain: wpkint
* Requires WP: 3.5
* Requires PHP: 5.3
*/
namespace KnowTheCode\Kint_PHP_Debugger;
// Bail out if Kint already exists.
if ( class_exists( 'Kint' ) ) {
return;
}
/**
* Gets the plugin's root directory.
*
* @since 1.2.1
* @access private
*
* @return string Returns the plugin's root directory.