Add Settings Links
A Wordpress plugin which adds direct links to the plugins admin page for plugins that do not have direct links to their settings panel listed on the plugins page
★ 2stars
1forks
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/jazir555/add-settings-links/archive/refs/heads/main.zipDescription
Add Settings Links allows administrators to add custom settings links to plugin entries on the Plugins page, providing quick access to configuration options.
Features
- Live-Search: Quickly filter plugins by name.
- Manual Overrides: Enter custom URLs for plugin settings pages.
- Real-Time Validation: Immediate feedback on URL validity.
- Accessibility: Enhanced for users relying on assistive technologies.
- Performance Optimized: Efficient event handling and selector caching.
Installation
Download the zip in the releases section and install it as you would any other plugin.
OR
- Upload the
add-settings-linksfolder to the/wp-content/plugins/directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Navigate to
Settings > Add Settings Linksto configure manual overrides.
Usage
- Live-Search: Use the search box to filter plugins by name.
- Manual Overrides: Enter comma-separated URLs in the provided fields to override default settings links.
Troubleshooting
-
Error Message Not Displaying:
- Ensure that each input field has a corresponding
.asl-error-messagespan. - Check the browser console for any JavaScript errors.
- Ensure that each input field has a corresponding
-
Invalid URL Alert Not Appearing:
- Verify that the
ASL_Settings.invalid_url_messageis correctly localized in PHP.
- Verify that the
Frequently Asked Questions
-
Can I add multiple URLs for a single plugin?
- Yes, enter comma-separated URLs in the manual overrides field.
-
Is there server-side validation?
- Yes, inputs are sanitized and validated on the server side to ensure data integrity.