acf/in_admin_header

acf/in_admin_header

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.2.6.1

do_action('acf/in_admin_header') is found 1 times:

  • /includes/admin/admin.php line 285
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
        if ( isset( $screen->base ) && 'post' === $screen->base ) {
            acf_get_view( 'global/form-top' );
        }
     
        do_action( 'acf/in_admin_header' );
    }
     
    /**
     * Modifies the admin footer text.
     *
     * @date    7/4/20