diff --git a/sp-control.php b/sp-control.php index ccf0dde0..0b020366 100644 --- a/sp-control.php +++ b/sp-control.php @@ -570,4 +570,7 @@ function SP() { } # Get the SimplePress instance Running -SP(); +//SP(); + +// Initiate Simple:Press after plugins are loaded. Priority is set to load early +add_action('plugins_loaded', 'SP', 1); \ No newline at end of file