document.write("
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Remove Skip Links from a template
remove_action ( 'genesis_before_header', 'genesis_skip_links', 5 );
//* Dequeue Skip Links Script
add_action( 'wp_enqueue_scripts','child_dequeue_skip_links' );
function child_dequeue_skip_links() {
wp_dequeue_script( 'skip-links' );
}
remove-skip-links.php - Snippet hosted by \"Cacher\"
");