We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c545f32 commit 165fb98Copy full SHA for 165fb98
1 file changed
inc/Services/Editor.php
@@ -167,7 +167,7 @@ private function style(): void {
167
*
168
* return WP_Theme_JSON_Data
169
*/
170
- public function filter_theme_json_theme( $theme_json ): \WP_Theme_JSON_Data {
+ public function filter_theme_json_theme( \WP_Theme_JSON_Data $theme_json ): \WP_Theme_JSON_Data {
171
$custom_theme_json = [
172
'version' => 2,
173
'settings' => [
0 commit comments