DIR: /home/otwalrll/.trash/wp-content.1/plugins/admin-menu-editor/customizables/Schemas/ |
Current File : /home/otwalrll/.trash/wp-content.1/plugins/admin-menu-editor/customizables/Schemas/Anything.php |
<?php namespace YahnisElsts\AdminMenuEditor\Customizable\Schemas; class Anything extends Schema { public function parse($value, $errors = null, $stopOnFirstError = false) { return $value; } } |