wpd_pricingoutput_top

/* Add custom code at the top of the Pricing table */
add_action( 'wpd_pricingoutput_top', 'acme_pricing_top' );
function acme_pricing_top() {
    // Place your custom code here
}