WP hooks navigation: Home/browse • Actions index • Filters index
To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).
The best way to understand what a hook does is to look at where it occurs in the source code.
do_action( "hook_name" )
apply_filters( "hook_name", "what_to_filter" )
.Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.
Line | Code |
---|---|
61 | <input name="publish" type="submit" id="publish" tabindex="6" style="font-weight: bold;" value="<?php _e('Publish') ?>" /> |
62 | <?php endif; ?> |
63 |
|
64 | <?php if ('bookmarklet' != $mode) { |
65 | echo '<input name="advanced" type="submit" id="advancededit" tabindex="7" value="' . __('Advanced Editing »') . '" />'; |
66 | } ?> |
67 | <input name="referredby" type="hidden" id="referredby" value="<?php if ( wp_get_referer() ) echo urlencode(wp_get_referer()); ?>" /> |
68 | </p> |
69 |
|
70 | <?php do_action('simple_edit_form', ''); ?> |
71 |
|
72 | </div> |
73 | </form> |
74 |
|
75 | </div> |
76 |
|