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 24cd075 commit dd7d1aaCopy full SHA for dd7d1aa
inc/class-statifyblacklist.php
@@ -326,7 +326,7 @@ private static function get_referer(): string {
326
private static function get_referer_domain(): string {
327
$referer = wp_parse_url( self::get_referer() );
328
329
- return strtolower( ( isset( $referer['host'] ) ? $referer['host'] : '' ) );
+ return strtolower( $referer['host'] ?? '' );
330
}
331
332
/**
0 commit comments