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 |
|---|---|
| 416 | 'option' => 'date_format' |
| 417 | ), |
| 418 | 'time_format' => array( |
| 419 | 'desc' => __( 'Time Format' ), |
| 420 | 'readonly' => false, |
| 421 | 'option' => 'time_format' |
| 422 | ) |
| 423 | ); |
| 424 | |
| 425 | $this->blog_options = apply_filters( 'xmlrpc_blog_options', $this->blog_options ); |
| 426 | } |
| 427 | |
| 428 | /** |
| 429 | * Retrieve the blogs of the user. |
| 430 | * |
| 431 | * @since 2.6.0 |
| 432 | * |
| 433 | * @param array $args Method parameters. |
| 434 | * @return array |