Admin Trim Interface
Version: 2.2
Customize the WordPress admin pages by selectively removing interface elements.
2.2
- NOTE: v2.3 will remove support for versions of WP earlier than 3.3
- Add 'hide_avatar' setting
- Add hide_help_tabs(), clear_contextual_help(), admin_bar_menu()
- Only add filter on gettext when WP < 3.3
- Reposition legend image via CSS
- Adjust selection logic for legend image (based on new WP version and images being renamed)
- Add new screenshot-1.png for WP 3.3 and rename remaining images with one number higher
- Bugfix: check if 'hide_favorite_actions' validly applies to this WP version before using it
- Mark pre-WP3.3 code in anticipation of removal in next feature release
- Update plugin framework to 031
- Remove support for global $c2c_admin_trim_interface variable
- Change parent constructor invocation
- Explicitly declare methods public
- Note compatibility through WP 3.3+
- Drop support for versions of WP older than 3.1
- Create 'lang' subdirectory and move .pot file into it
- Regenerate .pot
- Update screenshots for WP 3.3
- Add link to plugin directory page to readme.txt
- Update copyright date (2012)
2.1
- Dynamically number options rather than hardcoding numbers into label
- Change to hide "Howdy" via gettext() translation string modification rather than CSS
- Change method and improve thoroughness of disabling dashboard menu link
- Use filters to disable footer links and WP version
- Show different legend image on settings page depending on what version of WP is in use
- Fix to properly register activation and uninstall hooks
- Update plugin framework to 024
- Save a static version of itself in class variable $instance
- Deprecate use of global variable $c2c_admin_trim_interface to store instance
- Add __construct(), activation(), admin_init(), hide_dashboard(), admin_user_info_links()
- Note compatibility through WP 3.2+
- Drop support for versions of WP older than 3.0
- Update all screenshots
- Display reduced size legend image, make it clickable to view full-size, and add text saying as much
- Explicitly declare functions public
- Regenerate .pot
- Minor code formatting changes (spacing)
- Update copyright date (2011)
- Add plugin homepage and author links in description in readme.txt
2.0.3
- Fix bug related to declaring functions static
2.0.2
- Update plugin framework to version 021
- Explicitly declare all class functions public static
- Delete plugin options upon uninstallation
- Fix to prevent PHP notices for version-dependent options
- Note compatibility through WP 3.1+
- Update copyright date (2011)
2.0.1
- Update plugin framework to version 016
2.0
- Re-implementation by extending C2C_Plugin_014, which among other things adds support for:
- Reset of options to default values
- Better sanitization of input values
- Offload of core/basic functionality to generic plugin framework
- Additional hooks for various stages/places of plugin operation
- Easier localization support
- Full localization support
- Add option to hide "Search Engines Block" link in WP 3.0+
- Don't show option to hide "Visit site" link if running in WP 3.0+
- Change positioning method for setting page graphic
- Rename class from 'AdminTrimInterface' to 'c2c_AdminTrimInterface'
- Move object instantiation to within the initial if(!class_exists()) check
- Store plugin instance in global variable, $c2c_admin_trim_interface, to allow for external manipulation
- Check for is_admin() before defining class rather than during constructor
- Add PHPDoc documentation
- Add package info to top of plugin file
- Remove docs from top of plugin file (all that and more are in readme.txt)
- Minor code reformatting (spacing)
- Add Upgrade Notice section to readme.txt
- Note compatibility with WP 2.9+ and 3.0+
- Drop compatibility with version of WP older than 2.8
- Update copyright date
- Add .pot file
1.1
- Change CSS selector usage in two places to not rely on text which may get translated (fixes inability to hide username link when translated)
- Fixed so that "|" is properly inserted as separator for upper-right links only when necessary under various visible/hidden combinations
- Hide topmost menu separator when dashboard menu link is hidden
- Fixed hiding of contextual help link
- Added missing c2c_minilogo.png
- Facilitated translation of 'Save Changes'
- Minor code reformatting (spacing)
1.0
Requires: 3.1 or higher
Compatible up to: 3.3.2
Last Updated: 2010-9-27
Downloads: 16,063
Average Rating
(11 ratings)
Support
Got something to say? Need help?