Skip to content

Instantly share code, notes, and snippets.

@robertdevore
Last active 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/767ff4bea4537ccb866f423ee3cccf52 to your computer and use it in GitHub Desktop.
Save robertdevore/767ff4bea4537ccb866f423ee3cccf52 to your computer and use it in GitHub Desktop.
WP Dispensary Action Hook for Details Table
<?php
add_action( 'wpd_dataoutput_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