PluginProbe
Float menu – awesome floating side menu / 7.2
Float menu – awesome floating side menu v7.2
7.2.5 trunk 2.1 2.2 3.0.1 3.1 3.2.2 3.3.1 3.5 3.5.1 3.5.2 3.5.3. 3.5.4 4.0 4.1 4.1.1 4.2 4.3 4.3.1 4.3.2 5.0 5.0.1 5.0.2 5.0.3 5.1 All 57 releases
← All changes | classes/Publish/Display.php +2 -2 trunk7.2 View file →
@@ -57,9 +57,9 @@
57 57 $cases = [
58 58 'everywhere' => 'check_everywhere',
59 59 ];
60 60
61 - $cases = apply_filters( WOWP_Plugin::PREFIX . '_pro_match_cases', $cases ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound
61 + $cases = apply_filters( WOWP_Plugin::PREFIX . '_pro_match_cases', $cases );
62 62
63 63
64 64 if ( ! isset( $cases[ $show ] ) ) {
65 65 return false;
@@ -70,9 +70,9 @@
70 70 if ( method_exists( __CLASS__, $function ) ) {
71 71 return self::$function( $i, $param );
72 72 }
73 73
74 - return apply_filters( WOWP_Plugin::PREFIX . "_pro_match_callback_{$function}", false, $i, $param ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound
74 + return apply_filters( WOWP_Plugin::PREFIX . "_pro_match_callback_{$function}", false, $i, $param );
75 75
76 76 }
77 77
78 78 private static function check_everywhere(): bool {