wpd_dataoutput_top

7 seconds

Action hook that displays at the top of Details table.

Example code

/* Add custom code to the top of the Details table */
add_action( 'wpd_dataoutput_after', 'acme_data_top' );
function acme_data_top() {
    // 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 *