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 |
|---|---|
| 66 | echo esc_html( sprintf( _n( '%s false positive', '%s false positives', $stat_totals['all']->false_positives, 'akismet' ), number_format( $stat_totals['all']->false_positives ) ) ); |
| 67 | ?> |
| 68 | </span> |
| 69 | </li> |
| 70 | </ul> |
| 71 | </div> <!-- close akismet-new-snapshot --> |
| 72 | </div> <!-- close akismet-card --> |
| 73 | <?php endif; ?> |
| 74 | |
| 75 | <?php if ( apply_filters( 'akismet_show_compatible_plugins', true ) ) : ?> |
| 76 | <?php Akismet::view( 'compatible-plugins' ); ?> |
| 77 | <?php endif; ?> |
| 78 | |
| 79 | <?php if ( $akismet_user ) : ?> |
| 80 | <div class="akismet-card"> |
| 81 | <div class="akismet-section-header"> |
| 82 | <h2 class="akismet-section-header__label"> |
| 83 | <span><?php esc_html_e( 'Settings', 'akismet' ); ?></span> |
| 84 | </h2> |