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 d789d7b commit ed62055Copy full SHA for ed62055
simple-wp-optimizer.php
@@ -864,7 +864,7 @@ function add_dns_prefetch() {
864
$domains = explode( "\n", $options['dns_prefetch_domains'] );
865
$domains = array_map( 'trim', $domains );
866
$domains = array_filter( $domains );
867
-
+
868
// Remove duplicates and validate domains.
869
$domains = array_unique( $domains );
870
$valid_domains = array();
0 commit comments