Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
public_html
/
wp-content
/
plugins
/
w3-total-cache
/
vendor
/
mtdowling
/
jmespath.php
/
src
/
📝 Editing: JmesPath.php
<?php namespace JmesPath; /** * Returns data from the input array that matches a JMESPath expression. * * @param string $expression Expression to search. * @param mixed $data Data to search. * * @return mixed */ if (!function_exists(__NAMESPACE__ . '\search')) { function search($expression, $data) { return Env::search($expression, $data); } }
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/nradmin/public_html/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src