Remember output_ in function name

This commit is contained in:
Gerhard Potgieter 2020-11-09 14:20:24 +02:00
parent b1d9363918
commit 78336781d1
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<?php endif; ?> <?php endif; ?>
<?php if ( 'payment-methods' === $current_section ) : ?> <?php if ( 'payment-methods' === $current_section ) : ?>
<div class="addons-shipping-methods"> <div class="addons-shipping-methods">
<?php WC_Admin_Addons::wcpay_banner_block(); ?> <?php WC_Admin_Addons::output_wcpay_banner_block(); ?>
</div> </div>
<?php endif; ?> <?php endif; ?>
<ul class="products"> <ul class="products">