Skip to content

Commit

Permalink
remove site-logo support (#2146)
Browse files Browse the repository at this point in the history
* remove site-logo support

* fix php linter error
  • Loading branch information
gigitux authored May 15, 2024
1 parent 8eb94e9 commit 95bcf6d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions inc/class-storefront.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,21 +152,6 @@ public function setup() {
)
);

/**
* Add support for the Site Logo plugin and the site logo functionality in JetPack
* https://github.com/automattic/site-logo
* http://jetpack.me/
*/
add_theme_support(
'site-logo',
apply_filters(
'storefront_site_logo_args',
array(
'size' => 'full',
)
)
);

/**
* Declare support for title theme feature.
*/
Expand Down

0 comments on commit 95bcf6d

Please sign in to comment.