Use this hook to execute code on the billing page before headers are sent. “Preheader” code runs during the WordPress “init” hook.
do_action( 'pmpro_billing_preheader' ); |
Parameters
This action hook has no parameters.
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/preheaders/billing.php
View in Source Code