Remember output_ in function name
This commit is contained in:
parent
b1d9363918
commit
78336781d1
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue