8889841cwp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArraySearch.php000064400000002306150513646200034656 0ustar00home/clixcotz/tcchp.clix.co.tzvalue, $value, true ); if ( false !== $key ) { return $value[ $key ]; } return null; } /** * Validate Transformer arguments. * * @param stdClass|null $arguments arguments to validate. * * @return mixed */ public function validate( stdClass $arguments = null ) { if ( ! isset( $arguments->value ) ) { return false; } return true; } }