## Installation using WP-CLI ## ~/wp-content$ wp plugin install https://gbiorczyk.pl/webp-converter-for-media-v1.4.3.zip Downloading installation package from https://gbiorczyk.pl/webp-converter-for-media-v1.4.3.zip... Unpacking the package... Installing the plugin... Plugin installed successfully. Success: Installed 1 of 1 plugins. ## We are inside wp-content, let's see what files have been created or changed in the past 5 minutes ## ~/wp-content$ find . -amin -5 -type f ./plugins/webp-converter-for-media/app/Convert/Directory.php ./plugins/webp-converter-for-media/app/Convert/Size.php ./plugins/webp-converter-for-media/app/Convert/Server.php ./plugins/webp-converter-for-media/app/Convert/Paths.php ./plugins/webp-converter-for-media/app/Convert/_Core.php ./plugins/webp-converter-for-media/app/Convert/Dir.php ./plugins/webp-converter-for-media/app/Plugin/Activation.php ./plugins/webp-converter-for-media/app/Plugin/Uninstall.php ./plugins/webp-converter-for-media/app/Plugin/Update.php ./plugins/webp-converter-for-media/app/Plugin/_Core.php ./plugins/webp-converter-for-media/app/Plugin/Deactivation.php ./plugins/webp-converter-for-media/app/WebpConverter.php ./plugins/webp-converter-for-media/app/Regenerate/Endpoints.php ./plugins/webp-converter-for-media/app/Regenerate/Skip.php ./plugins/webp-converter-for-media/app/Regenerate/Paths.php ./plugins/webp-converter-for-media/app/Regenerate/_Core.php ./plugins/webp-converter-for-media/app/Regenerate/Regenerate.php ./plugins/webp-converter-for-media/app/Method/Gd.php ./plugins/webp-converter-for-media/app/Method/Imagick.php ./plugins/webp-converter-for-media/app/Settings/Methods.php ./plugins/webp-converter-for-media/app/Settings/Errors.php ./plugins/webp-converter-for-media/app/Settings/Options.php ./plugins/webp-converter-for-media/app/Settings/Values.php ./plugins/webp-converter-for-media/app/Settings/Server.php ./plugins/webp-converter-for-media/app/Settings/Save.php ./plugins/webp-converter-for-media/app/Settings/Page.php ./plugins/webp-converter-for-media/app/Settings/_Core.php ./plugins/webp-converter-for-media/app/Action/Delete.php ./plugins/webp-converter-for-media/app/Action/Cron.php ./plugins/webp-converter-for-media/app/Action/Convert.php ./plugins/webp-converter-for-media/app/Action/_Core.php ./plugins/webp-converter-for-media/app/Action/Regenerate.php ./plugins/webp-converter-for-media/app/Admin/Plugin.php ./plugins/webp-converter-for-media/app/Admin/Assets.php ./plugins/webp-converter-for-media/app/Admin/Notice.php ./plugins/webp-converter-for-media/app/Admin/_Core.php ./plugins/webp-converter-for-media/app/Media/Delete.php ./plugins/webp-converter-for-media/app/Media/Upload.php ./plugins/webp-converter-for-media/app/Media/Htaccess.php ./plugins/webp-converter-for-media/app/Media/Attachment.php ./plugins/webp-converter-for-media/app/Media/_Core.php ./plugins/webp-converter-for-media/vendor/autoload.php ./plugins/webp-converter-for-media/vendor/composer/LICENSE ./plugins/webp-converter-for-media/vendor/composer/autoload_psr4.php ./plugins/webp-converter-for-media/vendor/composer/autoload_static.php ./plugins/webp-converter-for-media/vendor/composer/autoload_namespaces.php ./plugins/webp-converter-for-media/vendor/composer/autoload_real.php ./plugins/webp-converter-for-media/vendor/composer/ClassLoader.php ./plugins/webp-converter-for-media/vendor/composer/autoload_classmap.php ./plugins/webp-converter-for-media/webp-converter-for-media.php ./plugins/webp-converter-for-media/resources/components/fields/checkbox.php ./plugins/webp-converter-for-media/resources/components/fields/quality.php ./plugins/webp-converter-for-media/resources/components/fields/radio.php ./plugins/webp-converter-for-media/resources/components/errors/path-webp-not-writable.php ./plugins/webp-converter-for-media/resources/components/errors/rewrites-not-working.php ./plugins/webp-converter-for-media/resources/components/errors/path-webp-duplicated.php ./plugins/webp-converter-for-media/resources/components/errors/libs-without-webp-support.php ./plugins/webp-converter-for-media/resources/components/errors/rest-api-disabled.php ./plugins/webp-converter-for-media/resources/components/errors/path-uploads-unavailable.php ./plugins/webp-converter-for-media/resources/components/errors/libs-not-installed.php ./plugins/webp-converter-for-media/resources/components/errors/rewrites-cached.php ./plugins/webp-converter-for-media/resources/components/errors/bypassing-apache.php ./plugins/webp-converter-for-media/resources/components/errors/path-htaccess-not-writable.php ./plugins/webp-converter-for-media/resources/components/errors/settings-incorrect.php ./plugins/webp-converter-for-media/resources/components/notices/welcome.php ./plugins/webp-converter-for-media/resources/components/notices/thanks.php ./plugins/webp-converter-for-media/resources/components/widgets/support.php ./plugins/webp-converter-for-media/resources/components/widgets/regenerate.php ./plugins/webp-converter-for-media/resources/components/widgets/donate.php ./plugins/webp-converter-for-media/resources/components/widgets/errors.php ./plugins/webp-converter-for-media/resources/components/widgets/server.php ./plugins/webp-converter-for-media/resources/components/widgets/options.php ./plugins/webp-converter-for-media/resources/components/widgets/about.php ./plugins/webp-converter-for-media/resources/views/settings.php ./plugins/webp-converter-for-media/readme.txt ./plugins/webp-converter-for-media/public/build/css/styles.css ./plugins/webp-converter-for-media/public/build/js/scripts.js ./plugins/webp-converter-for-media/public/img/icon-test.png2 ./plugins/webp-converter-for-media/public/img/icon-test.png ./plugins/webp-converter-for-media/public/fonts/Exo2/Exo2-SemiBold.ttf ./plugins/webp-converter-for-media/public/fonts/Exo2/Exo2-Regular.woff ./plugins/webp-converter-for-media/public/fonts/Exo2/Exo2-SemiBold.woff ./plugins/webp-converter-for-media/public/fonts/Exo2/Exo2-Regular.ttf ./plugins/webp-converter-for-media/public/fonts/Exo2/Exo2-SemiBold.woff2 ./plugins/webp-converter-for-media/public/fonts/Exo2/Exo2-Regular.woff2 ## No .htaccess, let's activate the plugin ## ~/wp-content$ wp plugin activate webp-converter-for-media Plugin 'webp-converter-for-media' activated. Success: Activated 1 of 1 plugins. ## Another check for changed files (output cleaned up from duplicates) ## ~/wp-content$ find . -amin -5 -type f ./plugins/webp-converter-for-media/app/Convert/Size.php ./plugins/webp-converter-for-media/app/Convert/Paths.php ./plugins/webp-converter-for-media/app/Convert/_Core.php ./plugins/webp-converter-for-media/app/Convert/Dir.php ./plugins/webp-converter-for-media/app/Plugin/Activation.php ./plugins/webp-converter-for-media/app/Plugin/Uninstall.php ./plugins/webp-converter-for-media/app/Plugin/Update.php ./plugins/webp-converter-for-media/app/Plugin/_Core.php ./plugins/webp-converter-for-media/app/Plugin/Deactivation.php ./plugins/webp-converter-for-media/app/Regenerate/Endpoints.php ./plugins/webp-converter-for-media/app/Regenerate/Skip.php ./plugins/webp-converter-for-media/app/Regenerate/_Core.php ./plugins/webp-converter-for-media/app/Settings/Methods.php ./plugins/webp-converter-for-media/app/Settings/Errors.php ./plugins/webp-converter-for-media/app/Settings/Options.php ./plugins/webp-converter-for-media/app/Settings/Values.php ./plugins/webp-converter-for-media/app/Settings/Server.php ./plugins/webp-converter-for-media/app/Settings/Save.php ./plugins/webp-converter-for-media/app/Settings/Page.php ./plugins/webp-converter-for-media/app/Settings/_Core.php ./plugins/webp-converter-for-media/app/Action/Delete.php ./plugins/webp-converter-for-media/app/Action/Cron.php ./plugins/webp-converter-for-media/app/Action/Convert.php ./plugins/webp-converter-for-media/app/Action/_Core.php ./plugins/webp-converter-for-media/app/Action/Regenerate.php ./plugins/webp-converter-for-media/app/Admin/Plugin.php ./plugins/webp-converter-for-media/app/Admin/Notice.php ./plugins/webp-converter-for-media/app/Admin/_Core.php ./plugins/webp-converter-for-media/app/Media/Delete.php ./plugins/webp-converter-for-media/app/Media/Upload.php ./plugins/webp-converter-for-media/app/Media/Htaccess.php ./plugins/webp-converter-for-media/app/Media/_Core.php ./plugins/webp-converter-for-media/vendor/composer/autoload_static.php ./plugins/webp-converter-for-media/vendor/composer/autoload_real.php ./plugins/webp-converter-for-media/readme.txt ./.htaccess ./uploads/.htaccess ./uploads-webpc/.htaccess