Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: personal_options

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
223 <tr class="show-admin-bar">
224 <th scope="row"><?php _e('Toolbar')?></th>
225 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Toolbar') ?></span></legend>
226 <label for="admin_bar_front">
227 <input name="admin_bar_front" type="checkbox" id="admin_bar_front" value="1"<?php checked( _get_admin_bar_pref( 'front', $profileuser->ID ) ); ?> />
228 <?php _e( 'Show Toolbar when viewing site' ); ?></label><br />
229 </fieldset>
230 </td>
231 </tr>
232 <?php do_action('personal_options', $profileuser); ?>
233 </table>
234 <?php
235      if ( IS_PROFILE_PAGE )
236           do_action('profile_personal_options', $profileuser);
237 ?>
238
239 <h3><?php _e('Name') ?></h3>
240
241 <table class="form-table">