Wordpress default feed disable Kahnu Help August 31, 2022 wordpress 0 Comments function wpb_disable_feed() { wp_die('You are Not allowed' ) ;}add_action('do_feed_rss2', 'wpb_disable_feed', 1); Tags wordpress wordpress error
0 Comments
Post a Comment