Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




media_single_attachment_fields_to_edit [ WordPress Function ]

media_single_attachment_fields_to_edit ( $form_fields, $post )
Parameters:
  • (unknown_type) $form_fields
  • (unknown_type) $post
Returns:
  • (unknown)
Defined at:



{@internal Missing Short Description}}

Source


<?php
function media_single_attachment_fields_to_edit$form_fields$post ) {
    unset(
$form_fields['url'], $form_fields['align'], $form_fields['image-size']);
    return 
$form_fields;
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics