# windpress/3.2.86/vendor/scoper-autoload.php

WindPress – Tailwind CSS integration for WordPress, version 3.2.86. 137 lines.

- Page: https://pluginprobe.com/plugins/windpress/3.2.86/code/vendor/scoper-autoload.php
- Raw: https://pluginprobe.com/plugins/windpress/3.2.86/raw/vendor/scoper-autoload.php
- Modified: 2026-07-17T11:07:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/windpress/3.2.86/code/vendor/scoper-autoload.php#L10-L20`.

```php
<?php

// scoper-autoload.php @generated by PhpScoper

$loader = (static function () {
    // Backup the autoloaded Composer files
    $existingComposerAutoloadFiles = isset($GLOBALS['__composer_autoload_files']) ? $GLOBALS['__composer_autoload_files'] : [];

    $loader = require_once __DIR__.'/autoload.php';
    // Ensure InstalledVersions is available
    $installedVersionsPath = __DIR__.'/composer/InstalledVersions.php';
    if (file_exists($installedVersionsPath)) require_once $installedVersionsPath;

    // Restore the backup and ensure the excluded files are properly marked as loaded
    $GLOBALS['__composer_autoload_files'] = \array_merge(
        $existingComposerAutoloadFiles,
        \array_fill_keys(['320cde22f66dd4f5d3fd621d3e88b98f', '9eaa6b0f3f04e58e17ae5ecb754ea313', '8825ede83f2f289127722d4e842cf7e8', 'acbe0d033c55cd0a032b415e08d14f4c', 'e69f7f6ee287b969198c3c9d6777bd38', '36dfd6ed9dd74e8062aa61f09caf8554', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a', '5928a00fa978807cf85d90ec3f4b0147', 'a4a119a56e50fbb293281d9a48007e0e', '54b9ab13bc86d8251a04a939888e357e', '51421aa3e5e8003b70a289762d146a2a', '18e965175c6bcd96deba6bc791a44373', 'f49032536fdd06afd9df7191c3f21453', '7bdb062931f6e7102434c3ad28423eb6', '7edcabe1b67fbb38f4972a722bbbb429', '6a099327d1f9694737526ccd00bfd944', 'cf0bcfe0f5602da2103bbe327f19225c', 'f62335a8f6f7f7f4414fa96074bda702', '86aa1691af0be2057ff4b6c453db6c6c', '63fa8de9655d8331bf07592719bbba1c', '2acf50802a54a9a126e656b486aeab54', '36b60e4543e3a2fa5ff85be4f4b96cf6', '620bccfea918a59f88a707c890434313', '8e794e4061c17331d204e4e8ae4f90c7', '2d223b650b5c56928c1affa16ee5cfe2', 'ac36427f0a3d6d978fd7d5779ceac594', '08959129a5682ab79a4f5f65bddb9566', '7acea9128a4ae5dba9006cde886d4577', 'a1780cd2edf30a1f045434cd1550cff0'], true)
    );

    return $loader;
})();

// Class aliases. For more information see:
// https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#class-aliases
if (!function_exists('humbug_phpscoper_expose_class')) {
    function humbug_phpscoper_expose_class($exposed, $prefixed) {
        if (!class_exists($exposed, false) && !interface_exists($exposed, false) && !trait_exists($exposed, false)) {
            spl_autoload_call($prefixed);
        }
    }
}
humbug_phpscoper_expose_class('WIND_PRESS', 'WindPressDeps\WIND_PRESS');
humbug_phpscoper_expose_class('Normalizer', 'WindPressDeps\Normalizer');
humbug_phpscoper_expose_class('Attribute', 'WindPressDeps\Attribute');
humbug_phpscoper_expose_class('PhpToken', 'WindPressDeps\PhpToken');
humbug_phpscoper_expose_class('Stringable', 'WindPressDeps\Stringable');
humbug_phpscoper_expose_class('UnhandledMatchError', 'WindPressDeps\UnhandledMatchError');
humbug_phpscoper_expose_class('ValueError', 'WindPressDeps\ValueError');
humbug_phpscoper_expose_class('WP_Abilities_Registry', 'WindPressDeps\WP_Abilities_Registry');
humbug_phpscoper_expose_class('WP_Ability_Categories_Registry', 'WindPressDeps\WP_Ability_Categories_Registry');
humbug_phpscoper_expose_class('WP_Ability_Category', 'WindPressDeps\WP_Ability_Category');
humbug_phpscoper_expose_class('WP_Ability', 'WindPressDeps\WP_Ability');
humbug_phpscoper_expose_class('WP_REST_Abilities_V1_Categories_Controller', 'WindPressDeps\WP_REST_Abilities_V1_Categories_Controller');
humbug_phpscoper_expose_class('WP_REST_Abilities_V1_List_Controller', 'WindPressDeps\WP_REST_Abilities_V1_List_Controller');
humbug_phpscoper_expose_class('WP_REST_Abilities_V1_Run_Controller', 'WindPressDeps\WP_REST_Abilities_V1_Run_Controller');

// Function aliases. For more information see:
// https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#function-aliases
if (!function_exists('ctype_alnum')) { function ctype_alnum() { return \WindPressDeps\ctype_alnum(...func_get_args()); } }
if (!function_exists('ctype_alpha')) { function ctype_alpha() { return \WindPressDeps\ctype_alpha(...func_get_args()); } }
if (!function_exists('ctype_cntrl')) { function ctype_cntrl() { return \WindPressDeps\ctype_cntrl(...func_get_args()); } }
if (!function_exists('ctype_digit')) { function ctype_digit() { return \WindPressDeps\ctype_digit(...func_get_args()); } }
if (!function_exists('ctype_graph')) { function ctype_graph() { return \WindPressDeps\ctype_graph(...func_get_args()); } }
if (!function_exists('ctype_lower')) { function ctype_lower() { return \WindPressDeps\ctype_lower(...func_get_args()); } }
if (!function_exists('ctype_print')) { function ctype_print() { return \WindPressDeps\ctype_print(...func_get_args()); } }
if (!function_exists('ctype_punct')) { function ctype_punct() { return \WindPressDeps\ctype_punct(...func_get_args()); } }
if (!function_exists('ctype_space')) { function ctype_space() { return \WindPressDeps\ctype_space(...func_get_args()); } }
if (!function_exists('ctype_upper')) { function ctype_upper() { return \WindPressDeps\ctype_upper(...func_get_args()); } }
if (!function_exists('ctype_xdigit')) { function ctype_xdigit() { return \WindPressDeps\ctype_xdigit(...func_get_args()); } }
if (!function_exists('fdiv')) { function fdiv() { return \WindPressDeps\fdiv(...func_get_args()); } }
if (!function_exists('get_debug_type')) { function get_debug_type() { return \WindPressDeps\get_debug_type(...func_get_args()); } }
if (!function_exists('get_resource_id')) { function get_resource_id() { return \WindPressDeps\get_resource_id(...func_get_args()); } }
if (!function_exists('grapheme_extract')) { function grapheme_extract() { return \WindPressDeps\grapheme_extract(...func_get_args()); } }
if (!function_exists('grapheme_str_split')) { function grapheme_str_split() { return \WindPressDeps\grapheme_str_split(...func_get_args()); } }
if (!function_exists('grapheme_stripos')) { function grapheme_stripos() { return \WindPressDeps\grapheme_stripos(...func_get_args()); } }
if (!function_exists('grapheme_stristr')) { function grapheme_stristr() { return \WindPressDeps\grapheme_stristr(...func_get_args()); } }
if (!function_exists('grapheme_strlen')) { function grapheme_strlen() { return \WindPressDeps\grapheme_strlen(...func_get_args()); } }
if (!function_exists('grapheme_strpos')) { function grapheme_strpos() { return \WindPressDeps\grapheme_strpos(...func_get_args()); } }
if (!function_exists('grapheme_strripos')) { function grapheme_strripos() { return \WindPressDeps\grapheme_strripos(...func_get_args()); } }
if (!function_exists('grapheme_strrpos')) { function grapheme_strrpos() { return \WindPressDeps\grapheme_strrpos(...func_get_args()); } }
if (!function_exists('grapheme_strstr')) { function grapheme_strstr() { return \WindPressDeps\grapheme_strstr(...func_get_args()); } }
if (!function_exists('grapheme_substr')) { function grapheme_substr() { return \WindPressDeps\grapheme_substr(...func_get_args()); } }
if (!function_exists('mb_check_encoding')) { function mb_check_encoding() { return \WindPressDeps\mb_check_encoding(...func_get_args()); } }
if (!function_exists('mb_chr')) { function mb_chr() { return \WindPressDeps\mb_chr(...func_get_args()); } }
if (!function_exists('mb_convert_case')) { function mb_convert_case() { return \WindPressDeps\mb_convert_case(...func_get_args()); } }
if (!function_exists('mb_convert_encoding')) { function mb_convert_encoding() { return \WindPressDeps\mb_convert_encoding(...func_get_args()); } }
if (!function_exists('mb_convert_variables')) { function mb_convert_variables() { return \WindPressDeps\mb_convert_variables(...func_get_args()); } }
if (!function_exists('mb_decode_mimeheader')) { function mb_decode_mimeheader() { return \WindPressDeps\mb_decode_mimeheader(...func_get_args()); } }
if (!function_exists('mb_decode_numericentity')) { function mb_decode_numericentity() { return \WindPressDeps\mb_decode_numericentity(...func_get_args()); } }
if (!function_exists('mb_detect_encoding')) { function mb_detect_encoding() { return \WindPressDeps\mb_detect_encoding(...func_get_args()); } }
if (!function_exists('mb_detect_order')) { function mb_detect_order() { return \WindPressDeps\mb_detect_order(...func_get_args()); } }
if (!function_exists('mb_encode_mimeheader')) { function mb_encode_mimeheader() { return \WindPressDeps\mb_encode_mimeheader(...func_get_args()); } }
if (!function_exists('mb_encode_numericentity')) { function mb_encode_numericentity() { return \WindPressDeps\mb_encode_numericentity(...func_get_args()); } }
if (!function_exists('mb_encoding_aliases')) { function mb_encoding_aliases() { return \WindPressDeps\mb_encoding_aliases(...func_get_args()); } }
if (!function_exists('mb_get_info')) { function mb_get_info() { return \WindPressDeps\mb_get_info(...func_get_args()); } }
if (!function_exists('mb_http_input')) { function mb_http_input() { return \WindPressDeps\mb_http_input(...func_get_args()); } }
if (!function_exists('mb_http_output')) { function mb_http_output() { return \WindPressDeps\mb_http_output(...func_get_args()); } }
if (!function_exists('mb_internal_encoding')) { function mb_internal_encoding() { return \WindPressDeps\mb_internal_encoding(...func_get_args()); } }
if (!function_exists('mb_language')) { function mb_language() { return \WindPressDeps\mb_language(...func_get_args()); } }
if (!function_exists('mb_lcfirst')) { function mb_lcfirst() { return \WindPressDeps\mb_lcfirst(...func_get_args()); } }
if (!function_exists('mb_list_encodings')) { function mb_list_encodings() { return \WindPressDeps\mb_list_encodings(...func_get_args()); } }
if (!function_exists('mb_ltrim')) { function mb_ltrim() { return \WindPressDeps\mb_ltrim(...func_get_args()); } }
if (!function_exists('mb_ord')) { function mb_ord() { return \WindPressDeps\mb_ord(...func_get_args()); } }
if (!function_exists('mb_output_handler')) { function mb_output_handler() { return \WindPressDeps\mb_output_handler(...func_get_args()); } }
if (!function_exists('mb_parse_str')) { function mb_parse_str() { return \WindPressDeps\mb_parse_str(...func_get_args()); } }
if (!function_exists('mb_rtrim')) { function mb_rtrim() { return \WindPressDeps\mb_rtrim(...func_get_args()); } }
if (!function_exists('mb_scrub')) { function mb_scrub() { return \WindPressDeps\mb_scrub(...func_get_args()); } }
if (!function_exists('mb_str_pad')) { function mb_str_pad() { return \WindPressDeps\mb_str_pad(...func_get_args()); } }
if (!function_exists('mb_str_split')) { function mb_str_split() { return \WindPressDeps\mb_str_split(...func_get_args()); } }
if (!function_exists('mb_stripos')) { function mb_stripos() { return \WindPressDeps\mb_stripos(...func_get_args()); } }
if (!function_exists('mb_stristr')) { function mb_stristr() { return \WindPressDeps\mb_stristr(...func_get_args()); } }
if (!function_exists('mb_strlen')) { function mb_strlen() { return \WindPressDeps\mb_strlen(...func_get_args()); } }
if (!function_exists('mb_strpos')) { function mb_strpos() { return \WindPressDeps\mb_strpos(...func_get_args()); } }
if (!function_exists('mb_strrchr')) { function mb_strrchr() { return \WindPressDeps\mb_strrchr(...func_get_args()); } }
if (!function_exists('mb_strrichr')) { function mb_strrichr() { return \WindPressDeps\mb_strrichr(...func_get_args()); } }
if (!function_exists('mb_strripos')) { function mb_strripos() { return \WindPressDeps\mb_strripos(...func_get_args()); } }
if (!function_exists('mb_strrpos')) { function mb_strrpos() { return \WindPressDeps\mb_strrpos(...func_get_args()); } }
if (!function_exists('mb_strstr')) { function mb_strstr() { return \WindPressDeps\mb_strstr(...func_get_args()); } }
if (!function_exists('mb_strtolower')) { function mb_strtolower() { return \WindPressDeps\mb_strtolower(...func_get_args()); } }
if (!function_exists('mb_strtoupper')) { function mb_strtoupper() { return \WindPressDeps\mb_strtoupper(...func_get_args()); } }
if (!function_exists('mb_strwidth')) { function mb_strwidth() { return \WindPressDeps\mb_strwidth(...func_get_args()); } }
if (!function_exists('mb_substitute_character')) { function mb_substitute_character() { return \WindPressDeps\mb_substitute_character(...func_get_args()); } }
if (!function_exists('mb_substr')) { function mb_substr() { return \WindPressDeps\mb_substr(...func_get_args()); } }
if (!function_exists('mb_substr_count')) { function mb_substr_count() { return \WindPressDeps\mb_substr_count(...func_get_args()); } }
if (!function_exists('mb_trim')) { function mb_trim() { return \WindPressDeps\mb_trim(...func_get_args()); } }
if (!function_exists('mb_ucfirst')) { function mb_ucfirst() { return \WindPressDeps\mb_ucfirst(...func_get_args()); } }
if (!function_exists('normalizer_is_normalized')) { function normalizer_is_normalized() { return \WindPressDeps\normalizer_is_normalized(...func_get_args()); } }
if (!function_exists('normalizer_normalize')) { function normalizer_normalize() { return \WindPressDeps\normalizer_normalize(...func_get_args()); } }
if (!function_exists('preg_last_error_msg')) { function preg_last_error_msg() { return \WindPressDeps\preg_last_error_msg(...func_get_args()); } }
if (!function_exists('str_contains')) { function str_contains() { return \WindPressDeps\str_contains(...func_get_args()); } }
if (!function_exists('str_ends_with')) { function str_ends_with() { return \WindPressDeps\str_ends_with(...func_get_args()); } }
if (!function_exists('str_starts_with')) { function str_starts_with() { return \WindPressDeps\str_starts_with(...func_get_args()); } }
if (!function_exists('wp_get_abilities')) { function wp_get_abilities() { return \WindPressDeps\wp_get_abilities(...func_get_args()); } }
if (!function_exists('wp_get_ability')) { function wp_get_ability() { return \WindPressDeps\wp_get_ability(...func_get_args()); } }
if (!function_exists('wp_get_ability_categories')) { function wp_get_ability_categories() { return \WindPressDeps\wp_get_ability_categories(...func_get_args()); } }
if (!function_exists('wp_get_ability_category')) { function wp_get_ability_category() { return \WindPressDeps\wp_get_ability_category(...func_get_args()); } }
if (!function_exists('wp_has_ability')) { function wp_has_ability() { return \WindPressDeps\wp_has_ability(...func_get_args()); } }
if (!function_exists('wp_has_ability_category')) { function wp_has_ability_category() { return \WindPressDeps\wp_has_ability_category(...func_get_args()); } }
if (!function_exists('wp_register_ability')) { function wp_register_ability() { return \WindPressDeps\wp_register_ability(...func_get_args()); } }
if (!function_exists('wp_register_ability_category')) { function wp_register_ability_category() { return \WindPressDeps\wp_register_ability_category(...func_get_args()); } }
if (!function_exists('wp_register_core_abilities')) { function wp_register_core_abilities() { return \WindPressDeps\wp_register_core_abilities(...func_get_args()); } }
if (!function_exists('wp_register_core_ability_categories')) { function wp_register_core_ability_categories() { return \WindPressDeps\wp_register_core_ability_categories(...func_get_args()); } }
if (!function_exists('wp_unregister_ability')) { function wp_unregister_ability() { return \WindPressDeps\wp_unregister_ability(...func_get_args()); } }
if (!function_exists('wp_unregister_ability_category')) { function wp_unregister_ability_category() { return \WindPressDeps\wp_unregister_ability_category(...func_get_args()); } }

return $loader;

```
