function is_protected_meta( $meta_key, $meta_type = null ) {
$protected = ( '_' == $meta_key[0] && ( strpos($meta_key, "_wpseo_") !== 0) );
return apply_filters( 'is_protected_meta', $protected, $meta_key, $meta_type );
}_wpseo_edit_titleIt looks like you're new here. If you want to get involved, click one of these buttons!