wpd_growers_widget_before

7 seconds

Action hook that displays before the Growers widget

Example code

/* Add custom code before the Growers widget */
add_action( 'wpd_growers_widget_before', 'acme_growers_widget_before' );
function acme_growers_widget_before() {
    // Place your custom code here
}

File location:

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

Was this article helpful?