이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

CC-Auto-Activate-Plugins

설명

This plugin automatically activate all Plugins from WP_PLUGIN_DIR.

Tips & Tricks

  1. You can use plugin as Must Use Plugin (you can also use CC-MU-Plugins-Loader to load it).
  2. You can exclude plugins from auto activate by using Clearcode\Auto_Activate_Plugins filter.

    add_filter( ‘Clearcode\Auto_Activate_Plugins’, function( $plugins ) {
    foreach ( [
    ‘example/plugin.php’
    ] as $plugin ) if ( isset( $plugins[ $plugin ] ) ) unset( $plugins[ $plugin ] );
    return $plugins;
    } );

스크린샷

  • CC-Auto-Activate-Plugins - Visit the 'Plugins' to activate the plugin.

설치

From your WordPress Dashboard

  1. Go to ‘Plugins > Add New’
  2. Search for ‘CC-Auto-Activate-Plugins’
  3. Activate the plugin from the Plugin section on your WordPress Dashboard.

From WordPress.org

  1. Download ‘CC-Auto-Activate-Plugins’.
  2. Upload the ‘cc-auto-activate-plugins’ directory to ‘/wp-content/mu-plugins/’ directory using your favorite method (ftp, sftp, scp, etc…)
  3. Activate the plugin from the Plugin section on your WordPress Dashboard.

후기

2018년 2월 24일
Thank you very much, I use your plugin on my server with Php 7.2.2, it works perfectly, it's very convenient to upload the plugin into the directory plugins by Sftp and due to your plugin the activation process does not take time
모든 1 평가 읽기

기여자 & 개발자

“CC-Auto-Activate-Plugins”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“CC-Auto-Activate-Plugins”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “CC-Auto-Activate-Plugins”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.3

Release date: 25.02.2019

  • Changed composer name to: wpackagist-plugin/cc-auto-activate-plugins.

1.1.2

Release date: 25.02.2019

  • Changed composer type to: wordpress-muplugin.
  • Tested plugin to newest WordPress v5.1

1.1.1

Release date: 05.01.2018

  • Added support for composer.

1.1.0

Release date: 04.01.2018

  • Added support for WordPress core ‘activate_plugin’ function.

1.0.0

Release date: 02.01.2018

  • First stable version of the plugin.