wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
Top Google Suchergebnisse
- edit_tag_form_fields Wordpress hook details -- Adam Brown, BYU ...
WordPress hook directory edit_tag_form_fields. WordPress version history for edit_tag_form_fields. This database has information for all major versions from WP ... - #14501 (Add $taxonomy as 2nd parameter to 'edit_tag_form_fields ...
Description. Suggestion: Add $taxonomy as a 2nd parameter for the ' edit_tag_form_fields' hook in /wp-admin/edit-tag-form.php, line 67 in v3.0.1: Currently: ... - Add Term or Taxonomy Meta Data
Jun 4, 2010 ... <?php // Add to your plugin admin_init function add_action ( 'edit_tag_form_fields ', 'tag_input_metabox' ); add_action ( 'edited_terms', ... - plugin development - anything like add_meta_box for categories ...
Oct 18, 2010 ... Indeed, in the source you can see that edit_tag_form_fields fires for everything that is not a category, and [taxonomy name]_edit_form_fields ...