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.8.7.0

do_action('woocommerce_auth_page_header') is found 2 times:

  • /templates/auth/form-grant-access.php line 21
     
    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
     */
    
    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: