hide permalink field
function hide_permalink() { return ''; } add_filter( 'get_sample_permalink_html', 'hide_permalink' );