We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be7dcb commit 0f9ee2aCopy full SHA for 0f9ee2a
wp-theme-lock.php
@@ -12,7 +12,7 @@
12
add_action(
13
'setup_theme',
14
function() {
15
- $theme_directory_name = apply_filters( 'wp_force_theme', 'wp-headless-theme' );
+ $theme_directory_name = apply_filters( 'wp_theme_lock', 'wp-headless-theme' );
16
17
/**
18
* Filters the name of the current theme.
0 commit comments