wpd_pricingoutput_before

6 seconds

Action hook that displays before the Pricing table.

Example code

/* Add custom code before the Pricing table */
add_action( 'wpd_pricingoutput_before', 'acme_pricing_before' );
function acme_pricing_before() {
    // 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 *