installed plugin Infinite Uploads
version 2.0.8
This commit is contained in:
18
wp-content/plugins/infinite-uploads/vendor/Aws3/JmesPath/JmesPath.php
vendored
Normal file
18
wp-content/plugins/infinite-uploads/vendor/Aws3/JmesPath/JmesPath.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace UglyRobot\Infinite_Uploads\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 \UglyRobot\Infinite_Uploads\JmesPath\Env::search($expression, $data);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user