woocommerce_after_widget_product_list

woocommerce_after_widget_product_list

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_after_widget_product_list') is found 3 times:

  • /includes/widgets/class-wc-widget-products.php line 211
    				$products->the_post();
    				wc_get_template( 'content-widget-product.php', $template_args );
    			}
    
    			echo wp_kses_post( apply_filters( 'woocommerce_after_widget_product_list', '</ul>' ) );
    
    			$this->widget_end( $args );
    		}
    
    		wp_reset_postdata();
    
    
  • /includes/widgets/class-wc-widget-recently-viewed.php line 99
    				$r->the_post();
    				wc_get_template( 'content-widget-product.php', $template_args );
    			}
    
    			echo wp_kses_post( apply_filters( 'woocommerce_after_widget_product_list', '</ul>' ) );
    
    			$this->widget_end( $args );
    		}
    
    		wp_reset_postdata();
    
    
  • /includes/widgets/class-wc-widget-top-rated-products.php line 94
    				$r->the_post();
    				wc_get_template( 'content-widget-product.php', $template_args );
    			}
    
    			echo wp_kses_post( apply_filters( 'woocommerce_after_widget_product_list', '</ul>' ) );
    
    			$this->widget_end( $args );
    		}
    
    		wp_reset_postdata();