/** * RFC 8288 Compliant Link Headers for WordPress */ function add_rfc8288_link_headers() { // Preload Main Stylesheet $style_url = get_stylesheet_uri(); header("Link: <{$style_url}>; rel=preload; as=style", false);// Single Post Headers (Author & TOS) if (is_single()) { global $post; $author_url = get_author_posts_url($post->post_author); $tos_url = home_url('/terms-and-conditions/'); header("Link: <{$author_url}>; rel=\"author\"", false); header("Link: <{$tos_url}>; rel=\"terms-and-conditions\"", false); }// Pagination Headers for Archives/Home if (is_archive() || is_home() || is_search()) { $next = get_next_posts_page_link(); $prev = get_previous_posts_page_link();if ($next) { header("Link: <{$next}>; rel=\"next\"", false); } if ($prev) { header("Link: <{$prev}>; rel=\"prev\"", false); } } } add_action('send_headers', 'add_rfc8288_link_headers');

Learn Taekwondo with Ehatasamul Alom

Latest Trending Posts

Success with High Performance TKD: My Journey, taekwondoking

Our Experts Reviews

Success with High Performance TKD: My Journey, taekwondoking