wpd_shortcode_inside_top

8 seconds

Action hook that displays at the top of each individual item’s div container.

Example code

/* Add custom code at the top of each individual item's div container. */
add_action( 'wpd_shortcode_inside_top', 'acme_shortcode_inside_top' );
function acme_shortcode_inside_top() {
    // Place your custom code here
}

File location:

/wp-dispensary/admin/wp-dispensary-shortcodes.php

Was this article helpful?

Leave a Reply

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