Skip to content

Commit

Permalink
fix(airplane-mode) ensure all blocks are on
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Apr 19, 2024
1 parent e3d340b commit 0408262
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/airplane-mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
$loader_code = <<< PHP
<?php
add_filter( 'pre_site_option_airplane-mode', function () {
return 'on';
} );
require_once __DIR__ . '/airplane-mode/airplane-mode.php';
PHP;

Expand Down

0 comments on commit 0408262

Please sign in to comment.