wpd_pricingoutput_bottom

7 seconds

Action hook that displays at the bottom of the Pricing table.

Example code

/* Add custom code at the bottom of the Pricing table */
add_action( 'wpd_pricingoutput_bottom', 'acme_pricing_bottom' );
function acme_pricing_bottom() {
    // Place your custom code here
}

File location:

/wp-dispensary/admin/wp-dispensary-data-output.php

Was this article helpful?

Leave a Reply

Your email address will not be published. Required fields are marked *