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.
2 parents bd7254f + a4d6a85 commit 09132a5Copy full SHA for 09132a5
includes/abstract/feedzy-rss-feeds-admin-abstract.php
@@ -849,7 +849,7 @@ function( $time ) use ( $cache_time ) {
849
}
850
851
if ( isset( $_SERVER['HTTP_USER_AGENT'] ) ) {
852
- $set_server_agent = sanitize_text_field( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) );
+ $set_server_agent = sanitize_text_field( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) . SIMPLEPIE_USERAGENT );
853
$feed->set_useragent( apply_filters( 'http_headers_useragent', $set_server_agent ) );
854
855
0 commit comments