Skip to content

Commit

Permalink
Remove theme settings page. closes #42
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Oct 22, 2024
1 parent 447cc43 commit b5c8bd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 243 deletions.
3 changes: 0 additions & 3 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ function powder_setup() {
// Remove core block patterns.
remove_theme_support( 'core-block-patterns' );

// Include theme settings.
require_once get_template_directory() . '/inc/theme-settings.php';

}
}
add_action( 'after_setup_theme', 'powder_setup' );
Expand Down
240 changes: 0 additions & 240 deletions inc/theme-settings.php

This file was deleted.

0 comments on commit b5c8bd1

Please sign in to comment.