Plugin Logic
开发者 |
simon_h
|
更新时间 |
2024年7月31日 15:16 |
捐献地址: |
去捐款 |
PHP版本: |
3.8 及以上 |
WordPress版本: |
6.6.1 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
A possibility to increase the speed of your Wordpress page is to deactivate Plugins on pages,
where they are not needed. This Plugin allows you to do this on a easy way.
So you can reduce the amount of JavaScript and CSS files which are loaded and SQL queries run at page load.
安装:
- Install the Plugin
- Activate the plugin through the 'Plugins' menu in WordPress
- Create your own rules on the Plugin Logic options page
屏幕截图:
更新日志:
1.1.0
- Validate regex rule syntax before saving to file
- Translation for error messages
1.0.9
- Regex support for rules (See FAQ)
- Switched to WP_Filesystem for file handling
- Switched to WP_Error for error handling
- Added admin_notices to display error messages
- Switched from serialized data to JSON format
- Added a process to update the database table
- Redesigned most code after current WordPress Coding Standards
- Seperated some code into functions for better testing with PHPUnit
1.0.8
- Removed multisite support due to security issue
- Security hardening
1.0.7
- Added Primary Key for database table
1.0.6
- Delete rules of uninstalled plugins
- Some code enhancements
1.0.4
- Multisite support
- Several code changes
- Screenshot for the multisite settings page
1.0.3
- Fixed important variable name for database table
1.0.2
- First translation added (german)
- Transform rule input to lowercase
- Several code enhancements
1.0.1
- Fixed uninstall
- Standard WP table charset and collate added
1.0.0