Skip to content

Commit 15163b1

Browse files
committed
fix redirect-loop issue
1 parent fa030be commit 15163b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db.copy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require_once '{SQLITE_IMPLEMENTATION_FOLDER_PATH}/wp-includes/sqlite/db.php';
2828

2929
// Activate the performance-lab plugin if it is not already activated.
3030
add_action(
31-
'init',
31+
'admin_footer',
3232
function() {
3333
if ( defined( 'SQLITE_MAIN_FILE' ) ) {
3434
return;

0 commit comments

Comments
 (0)