$hook, true
$hook, true
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('$hook, true') is found 1 times:
- /app/Common/Ai/Ai.php line 152
} $value = $canEmitDeprecation ? apply_filters_deprecated( $hook, [ true ], '4.9.9', 'aioseo_ai_disabled' ) : apply_filters( $hook, true ); // phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound if ( ! (bool) $value ) { $cached = true; return true; }