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 414e305 commit 4596cf6Copy full SHA for 4596cf6
plugins/hwp-previews/src/Hooks/Preview_Hooks.php
@@ -54,13 +54,13 @@ class Preview_Hooks {
54
*/
55
public static function init(): void {
56
self::init_class_properties();
57
- self::add_filters_actions();
+ self::add_hook_actions();
58
}
59
60
/**
61
- * Registers the filters and actions for the preview functionality.
+ * Registers the hooks for the preview functionality.
62
63
- public static function add_filters_actions(): void {
+ public static function add_hook_actions(): void {
64
if ( null === self::$types_config ) {
65
return;
66
0 commit comments