🔵 other: Rename project and publish
This commit is contained in:
+5
-17
@@ -18,11 +18,11 @@ if ( isset( $_GET['activated'] ) && is_admin() ) {
|
||||
* Sample nested structure
|
||||
*
|
||||
* 'Parent Page' => array(
|
||||
* 'Subpage 1' => array(
|
||||
* 'Sub-subpage 1',
|
||||
* 'Sub-subpage 2'
|
||||
* 'Child page 1' => array(
|
||||
* 'Grandchild page 1',
|
||||
* 'Grandchild page 2'
|
||||
* ),
|
||||
* 'Subpage 2.2' => array()
|
||||
* 'Child page 2' => array()
|
||||
* ),
|
||||
*/
|
||||
);
|
||||
@@ -105,17 +105,9 @@ if ( isset( $_GET['activated'] ) && is_admin() ) {
|
||||
|
||||
$muPlugins = array(
|
||||
array(
|
||||
'url' => 'https://docs.vincentdevelopment.ca/files/advanced-custom-fields-pro.zip',
|
||||
'url' => 'https://downloads.wordpress.org/plugin/secure-custom-fields.6.9.3.zip',
|
||||
'active' => true,
|
||||
),
|
||||
array(
|
||||
'url' => 'https://docs.vincentdevelopment.ca/files/gravity-forms.zip',
|
||||
'active' => true,
|
||||
),
|
||||
array(
|
||||
'url' => 'https://updraftplus.com/wp-content/uploads/updraftplus.zip',
|
||||
'active' => false,
|
||||
),
|
||||
array(
|
||||
'url' => 'https://downloads.wordpress.org/plugin/simple-history.5.11.0.zip',
|
||||
'active' => true,
|
||||
@@ -128,10 +120,6 @@ if ( isset( $_GET['activated'] ) && is_admin() ) {
|
||||
'url' => 'https://downloads.wordpress.org/plugin/better-search-replace.1.4.10.zip',
|
||||
'active' => true,
|
||||
),
|
||||
array(
|
||||
'url' => 'https://downloads.wordpress.org/plugin/google-site-kit.1.153.0.zip',
|
||||
'active' => false,
|
||||
),
|
||||
);
|
||||
|
||||
// Custom log file
|
||||
|
||||
Reference in New Issue
Block a user