Skip to content

Commit 4596cf6

Browse files
committed
Changed method name.
1 parent 414e305 commit 4596cf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/hwp-previews/src/Hooks/Preview_Hooks.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ class Preview_Hooks {
5454
*/
5555
public static function init(): void {
5656
self::init_class_properties();
57-
self::add_filters_actions();
57+
self::add_hook_actions();
5858
}
5959

6060
/**
61-
* Registers the filters and actions for the preview functionality.
61+
* Registers the hooks for the preview functionality.
6262
*/
63-
public static function add_filters_actions(): void {
63+
public static function add_hook_actions(): void {
6464
if ( null === self::$types_config ) {
6565
return;
6666
}

0 commit comments

Comments
 (0)