wpd_concentrates_widget_after

/* Add custom code after the Concentrates widget */ add_action( ‘wpd_concentrates_widget_after’, ‘acme_concentrates_widget_after’ ); function acme_concentrates_widget_after() { // Place your custom code here }

 

wpd_concentrates_widget_before

/* Add custom code before the Concentrates widget */ add_action( ‘wpd_concentrates_widget_before’, ‘acme_concentrates_widget_before’ ); function acme_concentrates_widget_before() { // Place your custom code here }

 

wpd_flowers_widget_after

/* Add custom code after the Flowers widget */ add_action( ‘wpd_flowers_widget_after’, ‘acme_flowers_widget_after’ ); function acme_flowers_widget_after() { // Place your custom code here }

 

wpd_flowers_widget_inside_bottom

/* Add custom code inside the bottom of the Flowers widget */ add_action( ‘wpd_flowers_widget_inside_bottom’, ‘acme_flowers_widget_inside_bottom’ ); function acme_flowers_widget_inside_bottom() { // Place your custom code here }

 

wpd_flowers_widget_inside_top

/* Add custom code inside the top of the Flowers widget */ add_action( ‘wpd_flowers_widget_inside_top’, ‘acme_flowers_widget_inside_top’ ); function acme_flowers_widget_inside_top() { // Place your custom code here }

 

wpd_flowers_widget_before

/* Add custom code before the Flowers widget */ add_action( ‘wpd_flowers_widget_before’, ‘acme_flowers_widget_before’ ); function acme_flowers_widget_before() { // Place your custom code here }

 

wpd_pricingoutput_after

/* Add custom code after the Pricing table */ add_action( ‘wpd_pricingoutput_after’, ‘acme_pricing_after’ ); function acme_pricing_after() { // Place your custom code here }

 

wpd_pricingoutput_top

/* Add custom code at the top of the Pricing table */ add_action( ‘wpd_pricingoutput_top’, ‘acme_pricing_top’ ); function acme_pricing_top() { // Place your custom code here }