ھي پلگ ان WordPress جي جديد 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.

جائزا

24 فيبروري 2018
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.