Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion sp-control.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);