We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa030be commit 15163b1Copy full SHA for 15163b1
1 file changed
db.copy
@@ -28,7 +28,7 @@ require_once '{SQLITE_IMPLEMENTATION_FOLDER_PATH}/wp-includes/sqlite/db.php';
28
29
// Activate the performance-lab plugin if it is not already activated.
30
add_action(
31
- 'init',
+ 'admin_footer',
32
function() {
33
if ( defined( 'SQLITE_MAIN_FILE' ) ) {
34
return;
0 commit comments