wpd_concentrates_widget_inside_bottom

8 seconds

Action hook that displays inside the bottom of the Concentrates widget

Example code

/* Add custom code inside the bottom of the Concentrates widget */
add_action( 'wpd_concentrates_widget_inside_bottom', 'acme_concentrates_widget_inside_bottom' );
function acme_concentrates_widget_inside_bottom() {
    // Place your custom code here
}

File location:

/wp-dispensary/admin/wp-dispensary-widgets.php

Was this article helpful?