| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 4 | static private function woocommerce_loaded() { |
||
|
|
|||
| 5 | echo "<pre>"; |
||
| 6 | // print_r( WC_Data::get_data_store() ); |
||
| 7 | // print_r( WC_Cart::get_cart_from_session() ); |
||
| 8 | print_r( WC()->cart->cart_contents ); |
||
| 9 | // global $wp_query; |
||
| 10 | // print_r($wp_query); |
||
| 11 | echo "</pre>"; |
||
| 12 | } |
||
| 13 | static function init() { |
||
| 29 |