'DMCWebZone Apps Functions', // The plugin name. // 'slug' => 'dmcwz-apps-functions', // The plugin slug (typically the folder name). // 'source' => get_template_directory() . '/inc/tgm/plugins/dmcwz-apps-functions.zip', // The plugin source. // 'required' => true, // If false, the plugin is only 'recommended' instead of required. // 'version' => '1.0.1', // E.g. 1.0.0. If set, the active plugin must be this version or higher. If the plugin version is higher than the plugin version installed, the user will be notified to update the plugin. // 'force_activation' => false, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch. // 'force_deactivation' => false, // If true, plugin is deactivated upon theme switch, useful for theme-specific plugins. // 'external_url' => '', // If set, overrides default API URL and points to an external URL. // 'is_callable' => '', // If set, this callable will be be checked for availability to determine if a plugin is active. // ), // This is an example of how to include a plugin from an arbitrary external source in your theme. // array( // 'name' => 'DMCWebZone Apps Functions', // The plugin name. // 'slug' => 'dmcwz-apps-functions', // The plugin slug (typically the folder name). // 'source' => 'https://update.web-zone.org/dmcwz-apps-functions/dmcwz-apps-functions.zip', // The plugin source. // 'required' => true, // If false, the plugin is only 'recommended' instead of required. // 'version' => '1.0.2', // E.g. 1.0.0. If set, the active plugin must be this version or higher. If the plugin version is higher than the plugin version installed, the user will be notified to update the plugin. // 'external_url' => '', // If set, overrides default API URL and points to an external URL. // ), // This is an example of how to include a plugin from a GitHub repository in your theme. // This presumes that the plugin code is based in the root of the GitHub repository // and not in a subdirectory ('/src') of the repository. // array( // 'name' => 'Adminbar Link Comments to Pending', // 'slug' => 'adminbar-link-comments-to-pending', // 'source' => 'https://github.com/jrfnl/WP-adminbar-comments-to-pending/archive/master.zip', // ), // This is an example of how to include a plugin from the WordPress Plugin Repository. array( 'name' => 'Force Regenerate Thumbnails', 'slug' => 'force-regenerate-thumbnails', 'required' => false, ), ); /* * Array of configuration settings. Amend each line as needed. * * TGMPA will start providing localized text strings soon. If you already have translations of our standard * strings available, please help us make TGMPA even better by giving us access to these translations or by * sending in a pull-request with .po file(s) with the translations. * * Only uncomment the strings in the config array if you want to customize the strings. */ $config = array( 'id' => 'airinblog-theme', 'default_path' => '', 'menu' => 'tgmpa-install-plugins', 'has_notices' => true, 'dismissable' => true, 'dismiss_msg' => '', 'is_automatic' => false, 'message' => '', ); tgmpa( $plugins, $config ); }