wpd_topicals_widget_before

7 seconds

Action hook that displays before the Topicals widget

Example code

/* Add custom code before the Topicals widget */
add_action( 'wpd_topicals_widget_before', 'acme_topicals_widget_before' );
function acme_topicals_widget_before() {
    // Place your custom code here
}

File location:

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

Was this article helpful?