Skip to content

Commit

Permalink
PLANET-7527 Remove blocks report functionality from blocks plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarsdeshmukh committed Jul 5, 2024
1 parent 72dadde commit 085a8c4
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 3,478 deletions.
6 changes: 0 additions & 6 deletions classes/class-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use P4\MasterTheme\Features;
use P4\MasterTheme\MigrationLog;
use P4\MasterTheme\Migrations\M001EnableEnFormFeature;
use P4GBKS\Controllers;
use P4GBKS\Patterns\Block_Pattern;
use P4GBKS\Views\View;
use WP_CLI;
Expand Down Expand Up @@ -115,12 +114,7 @@ function ( $class_name ) {
*/
public function load_services(): void {
$services = [
Controllers\Menu\Settings_Controller::class,
Controllers\Menu\Blocks_Usage_Controller::class,
Controllers\Menu\Classic_Blocks_Usage::class,
Controllers\Menu\Reusable_Blocks_Controller::class,
Controllers\Menu\Archive_Import::class,
Controllers\Menu\Postmeta_Check_Controller::class,
];

if ( ! $this->planet4_blocks_is_active() ) {
Expand Down
86 changes: 0 additions & 86 deletions classes/command/class-duplicated-postmeta.php

This file was deleted.

219 changes: 0 additions & 219 deletions classes/controller/menu/class-blocks-usage-controller.php

This file was deleted.

Loading

0 comments on commit 085a8c4

Please sign in to comment.