PluginProbe
WP Console – WordPress PHP Console powered by PsySH / 2.5.0
WP Console – WordPress PHP Console powered by PsySH v2.5.0
trunk 2.4.0 2.4.1 2.5.0 2.5.1 2.6.0
wp-console / lib / overrides.php

overrides.php in WP Console – WordPress PHP Console powered by PsySH 2.5.0, at lib/overrides.php

9 lines 260 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Common overrides for all PHP versions.
4 */
5
6 require_once __DIR__ . '/overrides/psy/psysh/src/Output/ShellOutput.php';
7 require_once __DIR__ . '/overrides/psy/psysh/src/Output/Theme.php';
8 require_once __DIR__ . '/overrides/psy/psysh/src/Shell.php';
9