This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ( ! function_exists( 'wpna_restrict_feed_author' ) ) : | |
/** | |
* Modifies the main RSS query. | |
* | |
* @param WP_Query $query | |
* @return $query | |
*/ | |
function wpna_restrict_feed_author( $query ) { |