media_single_attachment_fields_to_edit

Definition:
function media_single_attachment_fields_to_edit( $form_fields, $post ) {}

Parameters

  • unknown_type $form_fields
  • unknown_type $post

Source code

function media_single_attachment_fields_to_edit( $form_fields, $post ) {

	unset($form_fields['url'], $form_fields['align'], $form_fields['image-size']);

	return $form_fields;

}

2359

No comments yet... Be the first to leave a reply!

Leave a comment