Skip to content

Commit

Permalink
remove class-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Jan 1, 2025
1 parent 13fac94 commit 86717a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 205 deletions.
199 changes: 0 additions & 199 deletions src/classes/configuration/class-config.php

This file was deleted.

6 changes: 0 additions & 6 deletions src/includes/class-wordlift.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
use Wordlift\Autocomplete\Linked_Data_Autocomplete_Service;
use Wordlift\Autocomplete\Local_Autocomplete_Service;
use Wordlift\Cache\Ttl_Cache;
use Wordlift\Configuration\Config;
use Wordlift\Duplicate_Markup_Remover\Duplicate_Markup_Remover;
use Wordlift\Duplicate_Markup_Remover\Videoobject_Duplicate_Remover;
use Wordlift\Entity\Entity_Helper;
Expand Down Expand Up @@ -1418,11 +1417,6 @@ function () use ( &$that, $schemaorg_property_service ) {
$google_addon_integration_loader = new \Wordlift\Google_Addon_Integration\Loader();
$google_addon_integration_loader->init_feature();

/**
* @since 3.31.5
* Create configuration endpoint for webapp to configure.
*/
new Config( $that->admin_setup, $that->key_validation_service );
/**
* @since 3.31.7
* Remove duplicate videoobject.
Expand Down

0 comments on commit 86717a8

Please sign in to comment.