Skip to content

Instantly share code, notes, and snippets.

/**
@ Remove WP Cruft
*/
remove_action( 'admin_print_styles', 'print_emoji_styles' );
remove_action( 'template_redirect', 'rest_output_link_header' );
remove_action( 'wp_head', 'feed_links_extra', 3 );
remove_action( 'wp_head', 'feed_links', 2 );
remove_action( 'wp_head', 'index_rel_link' );
//id="<?php echo er_link_id( 'top nav', $linkText );"
function er_link_id( $location, $link_text ) {
global $post;
if( $post->post_parent ) {
$post_parent = get_post_field( 'post_name', $post->post_parent ) . '-';
}
$post_slug = $post->post_name;