$value !== '' ); $base_dir = __DIR__ . '/includes/'; if ( count( $normalized_segments ) > 0 ) { $base_dir .= implode( '/', $normalized_segments ) . '/'; } $path = $base_dir . 'class-' . $normalize( $class_name ) . '.php'; if ( file_exists( $path ) ) { require_once $path; } } ); require_once __DIR__ . '/build/search-regex-version.php';