woocommerce_auth_page_header

woocommerce_auth_page_header

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_auth_page_header') is found 2 times:

  • /templates/auth/form-grant-access.php line 21
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    defined( 'ABSPATH' ) || exit;
    ?>
     
    <?php do_action( 'woocommerce_auth_page_header' ); ?>
     
    <h1>
        <?php
        /* Translators: %s App name. */
        printf( esc_html__( '%s would like to connect to your store', 'woocommerce' ), esc_html( $app_name ) );
        ?>
  • /templates/auth/form-login.php line 20
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    */
     
    defined( 'ABSPATH' ) || exit;
     
    do_action( 'woocommerce_auth_page_header' ); ?>
     
    <h1>
        <?php
        /* translators: %s: app name */
        printf( esc_html__( '%s would like to connect to your store', 'woocommerce' ), esc_html( $app_name ) );
        ?>

See this hook used in plugins: