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 |
|---|---|
| 1278 | if ( current_theme_supports( 'post-formats' ) && post_type_supports( $post->post_type, 'post-formats' ) ) { |
| 1279 | $supports_formats = true; |
| 1280 | |
| 1281 | if ( ! ( $post_format = get_post_format( $post_ID ) ) ) { |
| 1282 | $post_format = 0; |
| 1283 | } |
| 1284 | } |
| 1285 | |
| 1286 | /** This action is documented in wp-admin/admin-header.php */ |
| 1287 | do_action( 'admin_enqueue_scripts', 'press-this.php' ); |
| 1288 | |
| 1289 | /** This action is documented in wp-admin/admin-header.php */ |
| 1290 | do_action( 'admin_print_styles-press-this.php' ); |
| 1291 | |
| 1292 | /** This action is documented in wp-admin/admin-header.php */ |
| 1293 | do_action( 'admin_print_styles' ); |
| 1294 | |
| 1295 | /** This action is documented in wp-admin/admin-header.php */ |
| 1296 | do_action( 'admin_print_scripts-press-this.php' ); |