Plugin Directory

Changeset 3060841


Ignore:
Timestamp:
03/28/2024 11:37:53 PM (2 years ago)
Author:
deviodigital
Message:

Updated BoostBox blueprint.json file

Location:
boostbox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boostbox/assets/blueprints/blueprint.json

    r3060838 r3060841  
    1515        },
    1616        {
    17             "step": "installTheme",
    18             "themeZipFile": {
    19                 "resource": "wordpress.org\/themes",
    20                 "slug": "olliewp"
    21             }
    22         },
    23         {
    2417            "step": "installPlugin",
    2518            "pluginZipFile": {
     
    3023                "activate": true
    3124            }
     25        },
     26        {
     27            "step": "installTheme",
     28            "themeZipFile": {
     29                "resource": "wordpress.org\/themes",
     30                "slug": "olliewp"
     31            }
    3232        }
    3333    ]
  • boostbox/trunk/boostbox.php

    r3041592 r3060841  
    114114    }
    115115}
    116 add_action( 'admin_init', 'boostbox_redirect' );
     116//add_action( 'admin_init', 'boostbox_redirect' );
Note: See TracChangeset for help on using the changeset viewer.