Changeset 1906986
- Timestamp:
- 07/10/2018 10:14:15 AM (8 years ago)
- Location:
- mythemes-wizard/trunk
- Files:
-
- 3 edited
-
includes/mythemes-wizard-plugin.php (modified) (1 diff)
-
mythemes-wizard.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mythemes-wizard/trunk/includes/mythemes-wizard-plugin.php
r1880544 r1906986 14 14 */ 15 15 16 include_once( ABSPATH . 'wp-admin/includes/plugin.php' );17 include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );16 include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); 17 include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' ); 18 18 19 19 if( !class_exists( 'mythemes_wizard_plugin' ) ){ -
mythemes-wizard/trunk/mythemes-wizard.php
r1880544 r1906986 4 4 Plugin URI: http://mythem.es/item/mythemes-wizard/ 5 5 Description: With myThemes Wizard you can build a custom setup for each WordPress Theme and Plugin. Inspired from WooCommerce Plugin Setup. This is a GPL 2 WordPress plugin. 6 Version: 0.0. 16 Version: 0.0.2 7 7 Author: myThem.es 8 8 Author URI: http://mythem.es/ … … 100 100 */ 101 101 102 new mythemes_wizard(); 102 if( !is_network_admin() ) 103 new mythemes_wizard(); 103 104 } 104 105 -
mythemes-wizard/trunk/readme.txt
r1880672 r1906986 1 1 === myThemes Wizard === 2 Tags: wizard, setup, developers 3 Requires at least: 4.6.0 4 Tested up to: 4.9.6 5 Stable tag: 0.0.1 2 Contributors: mythemes 3 Tags: wizard, setup, setup themes, setup plugins, developers 4 Requires PHP: 5.3 5 Requires at least: 4.6 6 Tested up to: 4.9 7 Stable tag: 0.0.2 6 8 License: GPLv2 7 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 36 } 35 37 36 add_action( 'mythemes_wizard_setup', 'my_wizard_setup' );38 add_action( 'mythemes_wizard_setup', 'my_wizard_setup' ); 37 39 38 40 In register action function you will include wizard Steps and Fields. You can define recommended plugins ( one of fields type ) and if user will check some of the plugin then on begin of the setup this plugin will be Installed and Activated automatically. … … 119 121 = Minimum Requirements = 120 122 121 * PHP version 5. 4122 * WordPress 4.6 .0123 * PHP version 5.3 124 * WordPress 4.6 123 125 124 126 = Automatic installation = … … 128 130 In the search field type “myThemes Wizard” and click Search Plugins. Once you've found our plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking "Install Now". 129 131 132 == Changelog == 133 134 = 0.0.2 = 135 * Fix the Network Install Plugins Bug 136 130 137 == Screenshots == 131 138
Note: See TracChangeset
for help on using the changeset viewer.