설명
NOTE: The current version of the TIVWP-DM plugin was released mostly for educational purposes.
I appreciate your comments and ideas. Please see the TIVWP-DM Development Manager’s GitHub repo for additional files showing how to setup Travis-CI/PHPUnit for automatic testing.
TIVWP-DM Development Manager is a plugin for WordPress developers. Its main features are:
- Prompts to automatically install and activate popular development plugins from the WordPress repository
- Allows to activate / deactivate those plugins in bulk – with a single admin menu click or automatically, according to the wp-config settings
3rd Party Software Used
- Thomas Griffin thomas@thomasgriffinmedia.com and
- Gary Jones gamajo@gamajo.com
스크린샷



define( 'TIVWP_DM_AUTO', 'deactivate' );설치
You can install this plugin directly from your WordPress dashboard:
- Go to the Plugins menu and click Add New.
- Search for TIVWP Development Manager.
- Click Install Now next to the TIVWP Development Manager plugin.
- Activate the plugin.
Alternatively, see the guide to Manually Installing Plugins.
FAQ
- Can I use this plugin on a WordPress Multisite?
-
Yes, but you should activate the plugin on each site separately. Network Activation is disabled by default.
To enable, place
define( ‘TIVWP_DM_NETWORK_ACTIVATION_ALLOWED’, true );
in the wp-config.php file.
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
“TIVWP-DM Development Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.
기여자자국어로 “TIVWP-DM Development Manager”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
14.03.25
- Upgraded TGM-Plugin-Activation to 2.4.0
14.03.19
- Better validation of capabilities
- Multisite activation is allowed
- Network Activation is disabled by default
14.03.17
- Initial release
