wpd_growers_widget_after

/* 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 }

 

wpd_growers_widget_before

/* 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 }

 

wpd_topicals_widget_inside_bottom

/* Add custom code inside the bottom of the Topicals widget */ add_action( ‘wpd_topicals_widget_inside_bottom’, ‘acme_topicals_widget_inside_bottom’ ); function acme_topicals_widget_inside_bottom() { // Place your custom code here }

 

wpd_topicals_widget_inside_top

/* Add custom code inside the top of the Topicals widget */ add_action( ‘wpd_topicals_widget_inside_top’, ‘acme_topicals_widget_inside_top’ ); function acme_topicals_widget_inside_top() { // Place your custom code here }

 

wpd_topicals_widget_after

/* 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 }

 

wpd_topicals_widget_before

/* 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 }

 

wpd_prerolls_widget_after

/* Add custom code after the Pre-rolls widget */ add_action( ‘wpd_prerolls_widget_after’, ‘acme_prerolls_widget_after’ ); function acme_prerolls_widget_after() { // Place your custom code here }

 

wpd_prerolls_widget_before

/* Add custom code before the Pre-rolls widget */ add_action( ‘wpd_prerolls_widget_before’, ‘acme_prerolls_widget_before’ ); function acme_prerolls_widget_before() { // Place your custom code here }