woocommerce_order_is_pending_statuses

woocommerce_order_is_pending_statuses

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

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_order_is_pending_statuses') is found 1 times:

  • /includes/wc-order-functions.php line 157
    	 * @since 3.6.0
    	 *
    	 * @param array $statuses List of statuses.
    	 */
    	return apply_filters( 'woocommerce_order_is_pending_statuses', array( OrderStatus::PENDING ) );
    }
    
    /**
     * Get the nice name for an order status.
     *
     * @since  2.2