Skip to content

Instantly share code, notes, and snippets.

@robertdevore
Created October 11, 2016 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertdevore/a74c5cb84c0f268fdc3756650b3f58aa to your computer and use it in GitHub Desktop.
Save robertdevore/a74c5cb84c0f268fdc3756650b3f58aa to your computer and use it in GitHub Desktop.
WP Dispensary Action Hook for Pricing Table
<?php
add_action( 'wpd_pricingoutput_bottom', 'your_function_name' );
function your_function_name() {
echo 'example';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment