WP Manifestindependent plugin directory
manifest / seo / wp-link-analyzer-plugin

Link Analyzer

Analyze the links at the homepage.

by Marcin Wosinek · github.com/marcin-wosinek/wp-link-analyzer-plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/marcin-wosinek/wp-link-analyzer-plugin/archive/refs/heads/master.zip

Declares an update source (https://example.com/my-plugin/), so updates arrive through the plugin's own updater.

From the readme

Link Analyzer Plugin Plugin to analyze links shown above the fold on the home page. Installation You can install the plugin on your website. The plugin will create a new menu item in the WordPress admin panel. Starting For testing locally: - Run composer install - Run npm install For local testing, you can use the docker compose set up: This will provide following HTTP access: http://localhost:8080 — WordPress instance where you can activate the plugin, http://localhost:8081 — PHPMyAdmin, You can install the plugin on your website. WP-CLI To use wp-cli in this configuration, you can use: For example: Development - Run bash bin/install-wp-tests.sh exampledb exampleuser examplepass localhost latest true - Run composer run-tests - Run composer phpcs

Read the full README on GitHub →