Repository URL to install this package:
|
Version:
3.0.2 ▾
|
<?php
namespace WPMailSMTP\Vendor\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 \WPMailSMTP\Vendor\JmesPath\Env::search($expression, $data);
}
}