akismet_header
akismet_header
Appears in: akismet.5.7
Hook Type: action
Displaying hooks found in version: akismet.5.7do_action('akismet_header') is found 3 times:
- /views/config.php line 13
); ?> <div id="akismet-plugin-container"> <?php if ( has_action( 'akismet_header' ) ) : ?> <?php do_action( 'akismet_header' ); ?> <?php else : ?> <div class="akismet-masthead"> <div class="akismet-masthead__inside-container"> <?php Akismet::view( 'logo' ); ?> </div> </div>
- /views/start.php line 8
// There are "undefined" variables here because they're defined in the code that includes this file as a template. ?> <div id="akismet-plugin-container"> <?php if ( has_action( 'akismet_header' ) ) : ?> <?php do_action( 'akismet_header' ); ?> <?php else : ?> <div class="akismet-masthead"> <div class="akismet-masthead__inside-container"> <?php Akismet::view( 'logo' ); ?> </div> </div>
- /views/stats.php line 3
Warning: Undefined array key -2 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key -1 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
<div id="akismet-plugin-container"> <?php if ( has_action( 'akismet_header' ) ) : ?> <?php do_action( 'akismet_header' ); ?> <?php else : ?> <div class="akismet-masthead"> <div class="akismet-masthead__inside-container"> <?php Akismet::view( 'logo', array( 'include_logo_link' => true ) ); ?> <div class="akismet-masthead__back-link-container"> <a class="akismet-masthead__back-link" href="<?php echo esc_url( Akismet_Admin::get_page_url() ); ?>"><?php esc_html_e( 'Back to settings', 'akismet' ); ?></a>