https://github.com/tripflex/dequeue-sloppy-devs
Simple PHP code with function/method to include in WordPress plugins and dequeue sloppy developer assets whenever your plugin's page is being viewed.
https://github.com/tripflex/dequeue-sloppy-devs
Last synced: 2 months ago
JSON representation
Simple PHP code with function/method to include in WordPress plugins and dequeue sloppy developer assets whenever your plugin's page is being viewed.
- Host: GitHub
- URL: https://github.com/tripflex/dequeue-sloppy-devs
- Owner: tripflex
- Created: 2015-10-05T16:43:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T17:25:57.000Z (over 10 years ago)
- Last Synced: 2025-01-20T17:33:07.157Z (over 1 year ago)
- Size: 441 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dequeue Sloppy Devs
> If you're a WordPress plugin developer, chances are you've had issues with JavaScript/jQuery or CSS Styles on a page specific to your plugin, just to find out it's being caused by a sloppy developer who decided to enqueue their CSS/JS on every single page...this repo is an attempt to head off those issues, before they happen.
# Slop List
Plugin | Developer(s) | Versions | Status | References
--- | --- | --- | --- | ---
`Easy Facebook Like Box` | sjaved, DaNish Ali | ALL | Confirmed | [WP][1] - [Code][2]
[1]: https://wordpress.org/support/topic/sloppy-enqueuing-of-css
[2]: https://github.com/wp-plugins/easy-facebook-likebox/blob/master/admin/easy-facebook-likebox-admin.php#L110
# Report a sloppy dev/plugin
To add a sloppy dev/plugin to the list, please [Open a New Issue][999] using the **Sloppy Template** from below.
## Sloppy Template Details:
`Plugin` - This should be the full name of the plugin you are reporting
`Developer(s)` - This should be the line directly from the plugin's `README.txt` file on the **contributors** line. If you can't find that line, look at the repo or something else to find the developer's name or handle.
`Version(s)` - What versions of the plugin have this problem? The majority of plugins will have this problem since their inception, but some may only have this issue due to a recent update, release, etc. If you're unsure, just use the version you tested with.
`References` - Provide any reference URLs you can, including the WordPress Plugin's repo link, any support ticket or forum posts, or any other URLs you may think are relevant to this issue.
`Description` - Describe in detail what the problem is, please be as descriptive as possible.
### Sloppy Template:
```
**Plugin**: Example Plugin
**Developer(s)**: Developer1, Developer2
**Version(s)**: <=1.5
**References**:
https://wordpress.org/support/topic/SOME-EXAMPLE-SUPPORT-TOPIC
https://github.com/developer1/example-plugin/admin.php?#L45
**Description**:
This plugin is enqueing standard HTML table CSS on every page causing all standard tables to be half the width...
```
# Remove a sloppy dev/plugin
If you can confirm this is no longer an issue, or if you're the developer of the plugin and want it removed from this list (*which is great!*), please open a new issue starting with **[REMOVE]**
Please include all details you can, including:
+ Date Patched
+ Version Patched
+ URL for commit with patch
*Please note, plugin's will NOT be removed unless the issue is confirmed to be invalid, or patched.*
[999]:https://github.com/tripflex/dequeue-sloppy-devs/issues/new