wpd_pricingoutput_before

/* Add custom code before the Pricing table */
add_action( 'wpd_pricingoutput_before', 'acme_pricing_before' );
function acme_pricing_before() {
    // Place your custom code here
}