generate functionMon, 12 Dec 2022

wordpress redirect feed to homepage

function redirect_feed() { global $wp_query; wp_redirect( home_url() ); exit; } // disable feed output

Questions about programming?Chat with your personal AI assistant