Skip to content

Commit 0f9ee2a

Browse files
author
Joseph Fusco
committed
Fix hook
1 parent 1be7dcb commit 0f9ee2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-theme-lock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
add_action(
1313
'setup_theme',
1414
function() {
15-
$theme_directory_name = apply_filters( 'wp_force_theme', 'wp-headless-theme' );
15+
$theme_directory_name = apply_filters( 'wp_theme_lock', 'wp-headless-theme' );
1616

1717
/**
1818
* Filters the name of the current theme.

0 commit comments

Comments
 (0)