You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo esc_html__('WorkOS for WordPress requires Composer dependencies. Please run <code>composer install</code> in the plugin directory.', 'workos-for-wordpress');
echo '</p></div>';
});
return;
}
require_once $autoloader;
use AlwaysCurious\WorkOSWP\Plugin;
use AlwaysCurious\WorkOSWP\Updater;
Plugin::instance();
// Self-hosted update checker via GitHub Releases.
$updater = new Updater(WORKOS_WP_PLUGIN_FILE, WORKOS_WP_VERSION);