wpd_pricingoutput_after

/* Add custom code after the Pricing table */
add_action( 'wpd_pricingoutput_after', 'acme_pricing_after' );
function acme_pricing_after() {
    // Place your custom code here
}