Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/php/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
use Code_Snippets\UnifiedSnippets\Scan_Results_Store;
use Code_Snippets\UnifiedSnippets\REST\Scan_REST_Controller;
use Code_Snippets\UnifiedSnippets\Scanners\Additional_CSS_Scanner;
use Code_Snippets\UnifiedSnippets\Scanners\Divi_Theme_Options_Scanner;
use Code_Snippets\UnifiedSnippets\Scanners\Functions_Php_Scanner;
use Code_Snippets\UnifiedSnippets\Scanners\Header_Footer_Code_Manager_Scanner;
use Code_Snippets\UnifiedSnippets\Scanners\Htaccess_Scanner;
Expand Down Expand Up @@ -197,6 +198,7 @@ private function init_unified_snippets(): void {
$this->unified_snippets->register( new Insert_Headers_And_Footers_Scanner() );
$this->unified_snippets->register( new Header_Footer_Code_Manager_Scanner() );
$this->unified_snippets->register( new Insert_PHP_Code_Snippet_Scanner() );
$this->unified_snippets->register( new Divi_Theme_Options_Scanner() );

new Scan_REST_Controller( $this->unified_snippets, $this->unified_snippets_store );
}
Expand Down
Loading
Loading