PluginProbe
Plugin Organizer / 10.1.2
Plugin Organizer v10.1.2
trunk 1.1 1.2 1.2.1 1.2.2 1.2.3 10.0 10.0.1 10.1 10.1.1 10.1.10 10.1.2 10.1.3 10.1.4 10.1.5 10.1.6 10.1.7 10.1.8 10.1.9 10.2 10.2.1 10.2.2 10.2.3 10.2.4 10.2.5 All 155 releases
plugin-organizer / plugin-organizer.php

plugin-organizer.php in Plugin Organizer 10.1.2, at plugin-organizer.php

15 lines 482 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /*
3 Plugin Name: Plugin Organizer
4 Plugin URI: https://www.sterupdesign.com/dev/wordpress/plugins/plugin-organizer/
5 Description: A plugin to disable plugins on indivudual pages and change the order that they are loaded in.
6 Version: 10.1.2
7 Author: Jeff Sterup
8 Author URI: https://www.sterupdesign.com
9 License: GPL2
10 */
11
12 require_once(WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)) . "/lib/PluginOrganizer.class.php");
13
14 $PluginOrganizer = new PluginOrganizer(__FILE__);
15 ?>