Advertisement
tribulant

Display Shop Categories List

Mar 20th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. require_once ABSPATH . 'wp-content/plugins/wp-checkout/wp-checkout.php';
  4.  
  5. if (class_exists('wpCheckout')) {
  6.     if ($wpCheckout = new wpCheckout()) {
  7.         global $wpcoShortcode;
  8.         echo $wpcoShortcode -> categories(array('type' => "list"));
  9.     }
  10. }
  11.  
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement