mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
Add an action to hook into "inside the settings page header"
This commit is contained in:
parent
4bb09bb5b1
commit
5917ddae53
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ class HeaderRenderer {
|
||||||
. __( 'Submit a bug', 'woocommerce-paypal-payments' ) .
|
. __( 'Submit a bug', 'woocommerce-paypal-payments' ) .
|
||||||
'</a>
|
'</a>
|
||||||
</span>
|
</span>
|
||||||
|
' . do_action( 'woocommerce_paypal_payments_inside_settings_page_header' ) . '
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ppcp-notice-wrapper"></div>
|
<div class="ppcp-notice-wrapper"></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue