uawdijnntqw1x1x1
IP : 216.73.216.147
Hostname : webm041.cluster026.gra.hosting.ovh.net
Kernel : Linux webm041.cluster026.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
.
/
monikamovk
/
.
/
www
/
.
/
wp-content
/
plugins
/
nextgen-gallery
/
src
/
Functions
/
compat.php
/
/
<?php /** * Compat Function * * @since 3.5.1 * * @package NextGEN Gallery */ if ( ! function_exists( 'str_contains' ) ) { /** * Polyfill for str_contains * * @since 3.5.1 * * @param array $haystack Array to search. * @param string $needle What to find. * * @return bool */ function str_contains( $haystack, $needle ) { return '' !== $needle && false !== mb_strpos( $haystack, $needle ); } }
/home/./monikamovk/./www/./wp-content/plugins/nextgen-gallery/src/Functions/compat.php