wpd_topicals_widget_after

7 seconds

Action hook that displays after the Topicals widget

Example code

/* Add custom code after the Topicals widget */
add_action( 'wpd_topicals_widget_after', 'acme_topicals_widget_after' );
function acme_topicals_widget_after() {
    // Place your custom code here
}

File location:

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

Was this article helpful?