woocommerce_before_

woocommerce_before_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_before_') is found 1 times:

  • /src/Internal/Admin/Orders/ListTable.php line 559
    		 * @since 8.6.0
    		 *
    		 * @param string[] $views An array of available list table view links.
    		 */
    		$view_links = apply_filters( 'woocommerce_before_' . $this->order_type . '_list_table_view_links', $view_links );
    		if ( ! empty( $view_links ) ) {
    			return $view_links;
    		}
    
    		$view_counts = array();
    		$statuses    = $this->get_visible_statuses();