get_value(); return strpos( $haystack, $needle ) !== false; } public static function get_operators() { return [ 'contains' => [ 'label' => '=', ], ]; } public static function is_hidden() { return true; } }