/** * Installs the plugin to WordPress */ function install() { $adapter = new Adapter(); $adapter->install(); }