woocommerce_before_

woocommerce_before_

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_before_') is found 1 times:

  • /src/Internal/Admin/Orders/ListTable.php line 559
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    * @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();