Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: edit_category_form

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
65                  </td>
66           </tr>
67           <tr class="form-field">
68                <th scope="row" valign="top"><label for="category_description"><?php _e('Description') ?></label></th>
69                <td><textarea name="category_description" id="category_description" rows="5" cols="50" style="width: 97%;"><?php echo esc_html($category->description); ?></textarea><br />
70             <span class="description"><?php _e('The description is not prominent by default, however some themes may show it.'); ?></span></td>
71           </tr>
72      </table>
73 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php esc_attr_e('Update Category'); ?>" /></p>
74 <?php do_action('edit_category_form', $category); ?>
75 </form>
76 </div>
77