wpd_growers_widget_after

7 seconds

Action hook that displays after the Growers widget

Example code

/* Add custom code after the Growers widget */
add_action( 'wpd_growers_widget_after', 'acme_growers_widget_after' );
function acme_growers_widget_after() {
    // Place your custom code here
}

File location:

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

Was this article helpful?