Advertisement
Guest User

What's happening

a guest
Apr 30th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.99 KB | None | 0 0
  1. stdClass Object
  2. (
  3.     [BLOG_ID] => 1
  4.     [ID] => 189
  5.     [post_author] => 1
  6.     [post_date] => 2014-04-30 08:59:27
  7.     [post_date_gmt] => 2014-04-30 08:59:27
  8.     [post_content] =>
  9.     [post_title] => Just A Product
  10.     [post_excerpt] =>
  11.     [post_status] => publish
  12.     [comment_status] => closed
  13.     [ping_status] => closed
  14.     [post_password] =>
  15.     [post_name] => just-a-product
  16.     [to_ping] =>
  17.     [pinged] =>
  18.     [post_modified] => 2014-04-30 08:59:35
  19.     [post_modified_gmt] => 2014-04-30 08:59:35
  20.     [post_content_filtered] =>
  21.     [post_parent] => 0
  22.     [guid] => http://sitename.com/folder/?post_type=product&p=189
  23.     [menu_order] => 0
  24.     [post_type] => product
  25.     [post_mime_type] =>
  26.     [comment_count] => 0
  27.     [filter] => raw
  28.     [post_id] => 189
  29.     [blog_id] => 1
  30.     [post_author_id] => 1
  31.     [post_permalink] => http://sitename.com/folder/store/products/just-a-product/
  32.     [post_published_stamp] => 1398848367
  33. )
  34. instance
  35. Array
  36. (
  37.     [title] =>
  38.     [height] => other
  39.     [content_types] => Array
  40.         (
  41.             [0] => post
  42.             [1] => product
  43.         )
  44.  
  45.     [taxonomy_compare] => OR
  46.     [show_live] => live
  47.     [show_avatar] => on
  48.     [link_target] =>
  49.     [show_users_content] => all
  50.     [items_number] => 11
  51.     [content_chars] => 0
  52.     [show_y_scroll] =>
  53.     [interval_seconds] => 3
  54.     [content_terms] => Array
  55.         (
  56.             [_select_all_] => Array
  57.                 (
  58.                     [product_category] => on
  59.                 )
  60.  
  61.         )
  62.  
  63.     [height_other] => 530
  64.     [widget_number] => 3
  65.     [timekey] => 1398694032
  66.     [doing_ajax] => 1
  67. )
  68.  
  69. Parse error: syntax error, unexpected '<' in /home/folder/public_html/folder/wp-content/themes/theme/functions.php on line 50
  70.  
  71. Warning: require(/home/folder/public_html/folder/wp-content/themes/theme/live-stream-product-item.php): failed to open stream: No such file or directory in /home/folder/public_html/folder/wp-content/themes/theme/functions.php on line 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement