| @@ -12,8 +12,10 @@ | ||
| 12 | 12 | $provider->register( $boxzilla ); |
| 13 | 13 | $provider = new Licensing\LicenseServiceProvider(); |
| 14 | 14 | $provider->register( $boxzilla ); |
| 15 | 15 | |
| 16 | + | |
| 17 | + | |
| 16 | 18 | // Rest of bootstrapping runs at plugins_loaded:90 |
| 17 | 19 | add_action( 'plugins_loaded', function() use( $boxzilla ) { |
| 18 | 20 | |
| 19 | 21 | // load default filters |