We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77038af commit 4303053Copy full SHA for 4303053
plugins/hwp-previews/src/Integration/Faust_Integration.php
@@ -39,7 +39,7 @@ class Faust_Integration {
39
*/
40
public static function init(): void {
41
self::init_class_properties();
42
- self::add_filters_actions();
+ self::configure_faust();
43
}
44
45
public static function init_class_properties(): void {
@@ -55,7 +55,7 @@ public static function init_class_properties(): void {
55
self::$faust_enabled = self::is_faust_enabled();
56
57
58
- public static function add_filters_actions() {
+ public static function configure_faust(): void {
59
if(self::$faust_enabled) {
60
self::set_default_faust_settings();
61
0 commit comments