WP Manifestindependent plugin directory
manifest / unclassified / wordpress-admin-options-menu-plugin

DDID Tools

A wordpress plugin that adds a site tools page to the admin menu.

by devdav-id · github.com/devdav-id/wordpress-admin-options-menu-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/devdav-id/wordpress-admin-options-menu-plugin/archive/refs/heads/main.zip

Declares an update source (devdav-id/Wordpress-Admin-Options-Menu-Plugin), so updates arrive through the plugin's own updater.

From the readme

Wordpress-Admin-Options-Menu-Plugin A WordPress plugin that adds a DDID Tools page to the admin menu. Description This plugin initializes a backend admin page accessible through the WordPress admin menu. It creates a menu item named "DDID Tools" that navigates to its own option page. Installation 1. Upload the plugin files to the /wp-content/plugins/ddid-tools directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress. 3. Navigate to "DDID Tools" in the admin menu to access the tools page. Features - Adds "DDID Tools" menu item to WordPress admin menu - Dedicated option page with placeholder content - Clean, modern admin interface design - Easy to extend with additional functionality - Automatic GitHub Updates: Plugin automatically checks for updates from this GitHub repository (via GitHub API) and allows one-click updates from the WordPress admin. Update checks occur when WordPress checks for plugin updates (typically twice daily). Usage After activation, you'll find "DDID Tools" in your WordPress admin menu. Click on it to access the tools page. Development The plugin consists of two main f

Read the full README on GitHub →