Skip Navigation

[Resolved] related products in a popup show related products of 1st product outside popup

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the user's related products view popup were all display the same items.
Solution:

In this user's case the related items were attached to the same categories so each view was displaying the same information because they were all being sorted the same.

This was resolved by setting the related view to be sorted randomly.

For more information see the response here:
https://toolset.com/forums/topic/related-products-in-a-popup-show-related-products-of-1st-product-outside-popup/#post-889255

This support ticket is created 6 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 2.03 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 10 replies, has 3 voices.

Last updated by Ido Angel 6 years, 6 months ago.

Assisted by: Shane.

Author
Posts
#880454

hey,
i have created a products grid with a popup which is sort of a quickview of the product, including image, title, custom fields - and related products.
the related products are taken from a different view, with categories same as "current post in the loop".
thing is - for some reason, in every product popup, it gives me the same 3 related products. i think views for some reason sees "current post in the loop" as the first product outside the popup, even though the popup gives the right values for the product image, title, and custom fields (but then, they are taken not from another view, but from the same view).
any ideas how to get past this?
btw i've tried using the [wpv-woo-related_products] shortcode, but this returns 0 results somehow.

link: hidden link

OH! and another strange yet similar thing: the prices in the product grid (of variable products) is always a duplicate of the price of the first product, instead of showing the proper price of the variation.

thanks!
ido

#881376

There's a lot going on here, so first I recommend trying to narrow down the problem.
- Temporarily deactivate all plugins except Toolset and WooCommerce. Activate a default theme like Twenty Seventeen.
- Test again. If the problem is resolved, reactivate your theme and other plugins one by one until the conflict is revealed.
- If the problem was not resolved, double check the filters applied to this Related Posts View, and make sure the correct taxonomy filter is selected (Product Category vs. Category).
- Enable Views debug mode in Toolset > Settings > Front-end Content, then reload this page. You may need to disable your popup blocker to see the debug information. Open all the sections in this popup and copy + paste all the text here for me to review.

#881454

hey,

done all that now - still same problem.
1. deactivated everything and changed to twenty17 - problem still persists
2. the right filter is selected on the "related" view: product category matching current post in the loop

here's the debug text:

Enable line breaks Enable syntax higlighter
Page info
Current page hidden link
Total memory used 5.4834MB
Render time 1.85
Total MySQL queries 316
CPU usage 6.23%
Elements info
- LOGIN (This View selects users with any role, limit to 1 item ordered by user login, ascending)

ID 9022
Name LOGIN (Edit)
Kind of element View
Render time 0.03577
Memory used 0.0652MB
Summary This View selects users with any role, limit to 1 item ordered by user login, ascending
Query args Hide
Basic query arguments
Array
(
)
MySQL query Hide
SELECT SQL_CALC_FOUND_ROWS wp_users.* FROM wp_users WHERE 1=1 ORDER BY user_login ASC LIMIT 0, 1
Items found 1
Query results Hide
WP_User_Query Object
(
[query_vars] => Array
(
[blog_id] => 1
[role] =>
[role__in] => Array
(
)

[role__not_in] => Array
(
)

[meta_key] =>
[meta_value] =>
[meta_compare] =>
[include] => Array
(
)

[exclude] => Array
(
)

[search] =>
[search_columns] => Array
(
)

[orderby] => user_login
[order] => ASC
[offset] => 0
[number] => 1
[paged] => 1
[count_total] => 1
[fields] => all
[who] =>
[has_published_posts] =>
[nicename] =>
[nicename__in] => Array
(
)

[nicename__not_in] => Array
(
)

[login] =>
[login__in] => Array
(
)

[login__not_in] => Array
(
)

)

[results:WP_User_Query:private] => Array
(
[0] => WP_User Object
(
[data] => stdClass Object
(
[ID] => 1
[user_login] => admin
[user_pass] => $P$BL//CIFcl1ZKi6E/oTnFl2rFbDrhgZ1
[user_nicename] => admin
[user_email] => ai@idoangel.com
[user_url] =>
[user_registered] => 2018-02-10 20:40:52
[user_activation_key] =>
[user_status] => 0
[display_name] => admin
)

[ID] => 1
[caps] => Array
(
[administrator] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
)

[cap_key] => wp_capabilities
[roles] => Array
(
[0] => administrator
)

[allcaps] => Array
(
[switch_themes] => 1
[edit_themes] => 1
[activate_plugins] => 1
[edit_plugins] => 1
[edit_users] => 1
[edit_files] => 1
[manage_options] => 1
[moderate_comments] => 1
[manage_categories] => 1
[manage_links] => 1
[upload_files] => 1
[import] => 1
[unfiltered_html] => 1
[edit_posts] => 1
[edit_others_posts] => 1
[edit_published_posts] => 1
[publish_posts] => 1
[edit_pages] => 1
[read] => 1
[level_10] => 1
[level_9] => 1
[level_8] => 1
[level_7] => 1
[level_6] => 1
[level_5] => 1
[level_4] => 1
[level_3] => 1
[level_2] => 1
[level_1] => 1
[level_0] => 1
[edit_others_pages] => 1
[edit_published_pages] => 1
[publish_pages] => 1
[delete_pages] => 1
[delete_others_pages] => 1
[delete_published_pages] => 1
[delete_posts] => 1
[delete_others_posts] => 1
[delete_published_posts] => 1
[delete_private_posts] => 1
[edit_private_posts] => 1
[read_private_posts] => 1
[delete_private_pages] => 1
[edit_private_pages] => 1
[read_private_pages] => 1
[delete_users] => 1
[create_users] => 1
[unfiltered_upload] => 1
[edit_dashboard] => 1
[update_plugins] => 1
[delete_plugins] => 1
[install_plugins] => 1
[update_themes] => 1
[install_themes] => 1
[update_core] => 1
[list_users] => 1
[remove_users] => 1
[promote_users] => 1
[edit_theme_options] => 1
[delete_themes] => 1
[export] => 1
[manage_woocommerce] => 1
[view_woocommerce_reports] => 1
[edit_product] => 1
[read_product] => 1
[delete_product] => 1
[edit_products] => 1
[edit_others_products] => 1
[publish_products] => 1
[read_private_products] => 1
[delete_products] => 1
[delete_private_products] => 1
[delete_published_products] => 1
[delete_others_products] => 1
[edit_private_products] => 1
[edit_published_products] => 1
[manage_product_terms] => 1
[edit_product_terms] => 1
[delete_product_terms] => 1
[assign_product_terms] => 1
[edit_shop_order] => 1
[read_shop_order] => 1
[delete_shop_order] => 1
[edit_shop_orders] => 1
[edit_others_shop_orders] => 1
[publish_shop_orders] => 1
[read_private_shop_orders] => 1
[delete_shop_orders] => 1
[delete_private_shop_orders] => 1
[delete_published_shop_orders] => 1
[delete_others_shop_orders] => 1
[edit_private_shop_orders] => 1
[edit_published_shop_orders] => 1
[manage_shop_order_terms] => 1
[edit_shop_order_terms] => 1
[delete_shop_order_terms] => 1
[assign_shop_order_terms] => 1
[edit_shop_coupon] => 1
[read_shop_coupon] => 1
[delete_shop_coupon] => 1
[edit_shop_coupons] => 1
[edit_others_shop_coupons] => 1
[publish_shop_coupons] => 1
[read_private_shop_coupons] => 1
[delete_shop_coupons] => 1
[delete_private_shop_coupons] => 1
[delete_published_shop_coupons] => 1
[delete_others_shop_coupons] => 1
[edit_private_shop_coupons] => 1
[edit_published_shop_coupons] => 1
[manage_shop_coupon_terms] => 1
[edit_shop_coupon_terms] => 1
[delete_shop_coupon_terms] => 1
[assign_shop_coupon_terms] => 1
[edit_shop_webhook] => 1
[read_shop_webhook] => 1
[delete_shop_webhook] => 1
[edit_shop_webhooks] => 1
[edit_others_shop_webhooks] => 1
[publish_shop_webhooks] => 1
[read_private_shop_webhooks] => 1
[delete_shop_webhooks] => 1
[delete_private_shop_webhooks] => 1
[delete_published_shop_webhooks] => 1
[delete_others_shop_webhooks] => 1
[edit_private_shop_webhooks] => 1
[edit_published_shop_webhooks] => 1
[manage_shop_webhook_terms] => 1
[edit_shop_webhook_terms] => 1
[delete_shop_webhook_terms] => 1
[assign_shop_webhook_terms] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
[edit_custom_css] => 1
[read_custom_css] => 1
[delete_custom_css] => 1
[edit_custom_csss] => 1
[edit_others_custom_csss] => 1
[publish_custom_csss] => 1
[delete_custom_csss] => 1
[delete_published_custom_csss] => 1
[delete_others_custom_csss] => 1
[edit_published_custom_csss] => 1
[administrator] => 1
)

[filter] =>
[site_id:WP_User:private] => 1
)

)

[total_users:WP_User_Query:private] => 3
[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
)

[relation] =>
[meta_table] =>
[meta_id_column] =>
[primary_table] =>
[primary_id_column] =>
[table_aliases:protected] => Array
(
)

[clauses:protected] => Array
(
)

[has_or_relation:protected] =>
)

[request] => SELECT SQL_CALC_FOUND_ROWS wp_users.* FROM wp_users WHERE 1=1 ORDER BY user_login ASC LIMIT 0, 1
[compat_fields:WP_User_Query:private] => Array
(
[0] => results
[1] => total_users
)

[query_fields] => SQL_CALC_FOUND_ROWS wp_users.*
[query_from] => FROM wp_users
[query_where] => WHERE 1=1
[query_orderby] => ORDER BY user_login ASC
[query_limit] => LIMIT 0, 1
)
Filters
Filter arguments before the query using wpv_filter_user_query Show
Filter the returned query using wpv_filter_user_post_query Show
- View Loop

Title User: admin, ID: 1
Received array Hide
WP_User Object
(
[data] => stdClass Object
(
[ID] => 1
[user_login] => admin
[user_pass] => $P$BL//CIFcl1ZKi6E/oTnFl2rFbDrhgZ1
[user_nicename] => admin
[user_email] => ai@idoangel.com
[user_url] =>
[user_registered] => 2018-02-10 20:40:52
[user_activation_key] =>
[user_status] => 0
[display_name] => admin
[meta] => Array
(
[nickname] => Array
(
[0] => admin
)

[first_name] => Array
(
[0] => עידו
)

[last_name] => Array
(
[0] => אנג'ל
)

[description] => Array
(
[0] =>
)

[rich_editing] => Array
(
[0] => true
)

[syntax_highlighting] => Array
(
[0] => true
)

[comment_shortcuts] => Array
(
[0] => false
)

[admin_color] => Array
(
[0] => fresh
)

[use_ssl] => Array
(
[0] => 0
)

[show_admin_bar_front] => Array
(
[0] => true
)

[locale] => Array
(
[0] => en_US
)

[wp_capabilities] => Array
(
[0] => a:13:{s:13:"administrator";b:1;s:26:"wpcf_custom_post_type_view";b:1;s:26:"wpcf_custom_post_type_edit";b:1;s:33:"wpcf_custom_post_type_edit_others";b:1;s:25:"wpcf_custom_taxonomy_view";b:1;s:25:"wpcf_custom_taxonomy_edit";b:1;s:32:"wpcf_custom_taxonomy_edit_others";b:1;s:22:"wpcf_custom_field_view";b:1;s:22:"wpcf_custom_field_edit";b:1;s:29:"wpcf_custom_field_edit_others";b:1;s:25:"wpcf_user_meta_field_view";b:1;s:25:"wpcf_user_meta_field_edit";b:1;s:32:"wpcf_user_meta_field_edit_others";b:1;}
)

[wp_user_level] => Array
(
[0] => 10
)

[dismissed_wp_pointers] => Array
(
[0] => theme_editor_notice,vc_pointers_backend_editor,pksn1,plugin_editor_notice
)

[show_welcome_panel] => Array
(
[0] => 1
)

[session_tokens] => Array
(
[0] => a:10:{s:64:"1809554ed57969a7fdf96b147cd073a9fd2b5a60bd66d2584800c91db083bdc5";a:4:{s:10:"expiration";i:1526251547;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526078747;}s:64:"75aca662c64a7a06735e399ab4ae5e39dd8582484cb4bb965d0779b31d85c1a1";a:4:{s:10:"expiration";i:1526255797;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526082997;}s:64:"04c91dd30d49caf9e278c43134664be5dc6a0df401a3a4ffaf92e4c12a9cfbd0";a:4:{s:10:"expiration";i:1526361629;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526188829;}s:64:"92e12ce96add95e8dd0f73f955222acae2a8db9675b4acf1c305dd36bb99fe5a";a:4:{s:10:"expiration";i:1526364056;s:2:"ip";s:14:"77.139.209.224";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526191256;}s:64:"c778b20eadba73857d1cf1db50b997698d6b0fa5166cf097c456077de74fd09c";a:4:{s:10:"expiration";i:1526383539;s:2:"ip";s:14:"77.139.209.224";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526210739;}s:64:"66ab13e9f7fe4520489c2c5a2abdfc0832e35bf15b974f8f23dc4361e9a1419a";a:4:{s:10:"expiration";i:1526393084;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526220284;}s:64:"11a325c40a4e4f70f0cc29a9f099a54d715b403b0eb1cb6c8f80a68fc44253a6";a:4:{s:10:"expiration";i:1526394713;s:2:"ip";s:11:"2.55.21.238";s:2:"ua";s:144:"Mozilla/5.0 (iPhone; CPU iPhone OS 11_3_1 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) CriOS/66.0.3359.122 Mobile/15E302 Safari/604.1";s:5:"login";i:1526221913;}s:64:"3bf98b29737af9fdfb3f631736c7027f6b1787263d10774576ff08c2ae5d5900";a:4:{s:10:"expiration";i:1526395708;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526222908;}s:64:"5b8acec0e4afcf5ffa681001555deece2de719500ed14c27fc195a2d467ded0d";a:4:{s:10:"expiration";i:1526417691;s:2:"ip";s:11:"2.55.142.27";s:2:"ua";s:144:"Mozilla/5.0 (iPhone; CPU iPhone OS 11_3_1 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) CriOS/66.0.3359.122 Mobile/15E302 Safari/604.1";s:5:"login";i:1526244891;}s:64:"dd7fd4b0b33ec997d20736fc52c46b0dd97928bd1ff3a86ced53e31a208641ad";a:4:{s:10:"expiration";i:1526419353;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526246553;}}
)

[wp_user-settings] => Array
(
[0] => libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=642px&edit_element_vcUIPanelTop=82px&editor=html
)

[wp_user-settings-time] => Array
(
[0] => 1526078823
)

[wp_dashboard_quick_press_last_post_id] => Array
(
[0] => 9052
)

[community-events-location] => Array
(
[0] => a:1:{s:2:"ip";s:10:"37.142.4.0";}
)

[billing_first_name] => Array
(
[0] => עידו
)

[billing_last_name] => Array
(
[0] => אנג'ל
)

[billing_company] => Array
(
[0] =>
)

[billing_address_1] => Array
(
[0] => ויצמן 52
)

[billing_address_2] => Array
(
[0] =>
)

[billing_city] => Array
(
[0] => תל אביב
)

[billing_postcode] => Array
(
[0] => 5620087
)

[billing_country] => Array
(
[0] => IL
)

[billing_state] => Array
(
[0] =>
)

[billing_phone] => Array
(
[0] => 0545620860
)

[billing_email] => Array
(
[0] => ai@idoangel.com
)

[shipping_first_name] => Array
(
[0] =>
)

[shipping_last_name] => Array
(
[0] =>
)

[shipping_company] => Array
(
[0] =>
)

[shipping_address_1] => Array
(
[0] =>
)

[shipping_address_2] => Array
(
[0] =>
)

[shipping_city] => Array
(
[0] =>
)

[shipping_postcode] => Array
(
[0] =>
)

[shipping_country] => Array
(
[0] =>
)

[shipping_state] => Array
(
[0] =>
)

[last_update] => Array
(
[0] => 1525762000
)

[nav_menu_recently_edited] => Array
(
[0] => 67
)

[managenav-menuscolumnshidden] => Array
(
[0] => a:4:{i:0;s:11:"link-target";i:1;s:15:"title-attribute";i:2;s:3:"xfn";i:3;s:11:"description";}
)

[metaboxhidden_nav-menus] => Array
(
[0] => a:6:{i:0;s:25:"add-post-type-testimonial";i:1;s:21:"add-post-type-product";i:2;s:12:"add-post_tag";i:3;s:15:"add-post_format";i:4;s:15:"add-product_cat";i:5;s:15:"add-product_tag";}
)

[_wpv_dismissed_pointers] => Array
(
[0] => a:2:{s:37:"inserted-layout-loop-content-template";s:3:"yes";s:15:"set-wpa-purpose";s:3:"yes";}
)

[wpcf-field-settings] => Array
(
[0] => a:1:{s:12:"second-image";a:1:{s:10:"image_size";s:4:"full";}}
)

[closedpostboxes_custom-css-js] => Array
(
[0] => a:0:{}
)

[metaboxhidden_custom-css-js] => Array
(
[0] => a:0:{}
)

[closedpostboxes_toolset_page_wpcf-edit] => Array
(
[0] => a:3:{i:0;s:31:"types-custom-field-tooltip-info";i:1;s:31:"types-custom-field-second-image";i:2;s:28:"types-custom-field-notkosher";}
)

[metaboxhidden_toolset_page_wpcf-edit] => Array
(
[0] => a:0:{}
)

[edit_product_per_page] => Array
(
[0] => 100
)

[closedpostboxes_product] => Array
(
[0] => a:1:{i:0;s:42:"wpcf-group-woocommerce-views-filter-fields";}
)

[metaboxhidden_product] => Array
(
[0] => a:1:{i:0;s:7:"slugdiv";}
)

[shipping_method] => Array
(
[0] =>
)

[_woocommerce_persistent_cart_1] => Array
(
[0] => a:1:{s:4:"cart";a:1:{s:32:"fd701bb84b2f10fc9ebc83d9e7a2379b";a:10:{s:3:"key";s:32:"fd701bb84b2f10fc9ebc83d9e7a2379b";s:10:"product_id";i:12628;s:12:"variation_id";i:12629;s:9:"variation";a:1:{s:20:"attribute_pa_package";s:4:"unit";}s:8:"quantity";i:1;s:13:"line_tax_data";a:2:{s:8:"subtotal";a:1:{i:1;d:4.19914529914529754961449725669808685779571533203125;}s:5:"total";a:1:{i:1;d:4.19914529914529754961449725669808685779571533203125;}}s:13:"line_subtotal";d:24.700854700854701917478450923226773738861083984375;s:17:"line_subtotal_tax";d:4.19914529914529754961449725669808685779571533203125;s:10:"line_total";d:24.700854700854701917478450923226773738861083984375;s:8:"line_tax";d:4.19914529914529754961449725669808685779571533203125;}}}
)

[closedpostboxes_] => Array
(
[0] => a:8:{i:0;s:31:"types-custom-field-second-image";i:1;s:28:"types-custom-field-notkosher";i:2;s:31:"types-custom-field-is-most-sold";i:3;s:27:"types-custom-field-calories";i:4;s:26:"types-custom-field-protein";i:5;s:22:"types-custom-field-fat";i:6;s:32:"types-custom-field-carbohydrates";i:7;s:25:"types-custom-field-sugars";}
)

[metaboxhidden_] => Array
(
[0] => a:0:{}
)

[_types_feedback_dont_show_until] => Array
(
[0] => 1533858257
)

)

)

[ID] => 1
[caps] => Array
(
[administrator] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
)

[cap_key] => wp_capabilities
[roles] => Array
(
[0] => administrator
)

[allcaps] => Array
(
[switch_themes] => 1
[edit_themes] => 1
[activate_plugins] => 1
[edit_plugins] => 1
[edit_users] => 1
[edit_files] => 1
[manage_options] => 1
[moderate_comments] => 1
[manage_categories] => 1
[manage_links] => 1
[upload_files] => 1
[import] => 1
[unfiltered_html] => 1
[edit_posts] => 1
[edit_others_posts] => 1
[edit_published_posts] => 1
[publish_posts] => 1
[edit_pages] => 1
[read] => 1
[level_10] => 1
[level_9] => 1
[level_8] => 1
[level_7] => 1
[level_6] => 1
[level_5] => 1
[level_4] => 1
[level_3] => 1
[level_2] => 1
[level_1] => 1
[level_0] => 1
[edit_others_pages] => 1
[edit_published_pages] => 1
[publish_pages] => 1
[delete_pages] => 1
[delete_others_pages] => 1
[delete_published_pages] => 1
[delete_posts] => 1
[delete_others_posts] => 1
[delete_published_posts] => 1
[delete_private_posts] => 1
[edit_private_posts] => 1
[read_private_posts] => 1
[delete_private_pages] => 1
[edit_private_pages] => 1
[read_private_pages] => 1
[delete_users] => 1
[create_users] => 1
[unfiltered_upload] => 1
[edit_dashboard] => 1
[update_plugins] => 1
[delete_plugins] => 1
[install_plugins] => 1
[update_themes] => 1
[install_themes] => 1
[update_core] => 1
[list_users] => 1
[remove_users] => 1
[promote_users] => 1
[edit_theme_options] => 1
[delete_themes] => 1
[export] => 1
[manage_woocommerce] => 1
[view_woocommerce_reports] => 1
[edit_product] => 1
[read_product] => 1
[delete_product] => 1
[edit_products] => 1
[edit_others_products] => 1
[publish_products] => 1
[read_private_products] => 1
[delete_products] => 1
[delete_private_products] => 1
[delete_published_products] => 1
[delete_others_products] => 1
[edit_private_products] => 1
[edit_published_products] => 1
[manage_product_terms] => 1
[edit_product_terms] => 1
[delete_product_terms] => 1
[assign_product_terms] => 1
[edit_shop_order] => 1
[read_shop_order] => 1
[delete_shop_order] => 1
[edit_shop_orders] => 1
[edit_others_shop_orders] => 1
[publish_shop_orders] => 1
[read_private_shop_orders] => 1
[delete_shop_orders] => 1
[delete_private_shop_orders] => 1
[delete_published_shop_orders] => 1
[delete_others_shop_orders] => 1
[edit_private_shop_orders] => 1
[edit_published_shop_orders] => 1
[manage_shop_order_terms] => 1
[edit_shop_order_terms] => 1
[delete_shop_order_terms] => 1
[assign_shop_order_terms] => 1
[edit_shop_coupon] => 1
[read_shop_coupon] => 1
[delete_shop_coupon] => 1
[edit_shop_coupons] => 1
[edit_others_shop_coupons] => 1
[publish_shop_coupons] => 1
[read_private_shop_coupons] => 1
[delete_shop_coupons] => 1
[delete_private_shop_coupons] => 1
[delete_published_shop_coupons] => 1
[delete_others_shop_coupons] => 1
[edit_private_shop_coupons] => 1
[edit_published_shop_coupons] => 1
[manage_shop_coupon_terms] => 1
[edit_shop_coupon_terms] => 1
[delete_shop_coupon_terms] => 1
[assign_shop_coupon_terms] => 1
[edit_shop_webhook] => 1
[read_shop_webhook] => 1
[delete_shop_webhook] => 1
[edit_shop_webhooks] => 1
[edit_others_shop_webhooks] => 1
[publish_shop_webhooks] => 1
[read_private_shop_webhooks] => 1
[delete_shop_webhooks] => 1
[delete_private_shop_webhooks] => 1
[delete_published_shop_webhooks] => 1
[delete_others_shop_webhooks] => 1
[edit_private_shop_webhooks] => 1
[edit_published_shop_webhooks] => 1
[manage_shop_webhook_terms] => 1
[edit_shop_webhook_terms] => 1
[delete_shop_webhook_terms] => 1
[assign_shop_webhook_terms] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
[edit_custom_css] => 1
[read_custom_css] => 1
[delete_custom_css] => 1
[edit_custom_csss] => 1
[edit_others_custom_csss] => 1
[publish_custom_csss] => 1
[delete_custom_csss] => 1
[delete_published_custom_csss] => 1
[delete_others_custom_csss] => 1
[edit_published_custom_csss] => 1
[administrator] => 1
)

[filter] =>
[site_id:WP_User:private] => 1
)
Original content
[wpv-post-body view_template="Loop item in LOGIN"]

Shortcodes
wpv-post-body: Hide
Attributes: {"view_template":"Loop item in LOGIN"}
Info: Output shown in the Nested elements section
Nested elements
- Loop item in LOGIN

ID 9023
Name Loop item in LOGIN (Edit)
Kind of element Content Template
Render time 0.01372
Memory used 0.0415MB
- Template results

Received array Hide
WP_User Object
(
[data] => stdClass Object
(
[ID] => 1
[user_login] => admin
[user_pass] => $P$BL//CIFcl1ZKi6E/oTnFl2rFbDrhgZ1
[user_nicename] => admin
[user_email] => ai@idoangel.com
[user_url] =>
[user_registered] => 2018-02-10 20:40:52
[user_activation_key] =>
[user_status] => 0
[display_name] => admin
[meta] => Array
(
[nickname] => Array
(
[0] => admin
)

[first_name] => Array
(
[0] => עידו
)

[last_name] => Array
(
[0] => אנג'ל
)

[description] => Array
(
[0] =>
)

[rich_editing] => Array
(
[0] => true
)

[syntax_highlighting] => Array
(
[0] => true
)

[comment_shortcuts] => Array
(
[0] => false
)

[admin_color] => Array
(
[0] => fresh
)

[use_ssl] => Array
(
[0] => 0
)

[show_admin_bar_front] => Array
(
[0] => true
)

[locale] => Array
(
[0] => en_US
)

[wp_capabilities] => Array
(
[0] => a:13:{s:13:"administrator";b:1;s:26:"wpcf_custom_post_type_view";b:1;s:26:"wpcf_custom_post_type_edit";b:1;s:33:"wpcf_custom_post_type_edit_others";b:1;s:25:"wpcf_custom_taxonomy_view";b:1;s:25:"wpcf_custom_taxonomy_edit";b:1;s:32:"wpcf_custom_taxonomy_edit_others";b:1;s:22:"wpcf_custom_field_view";b:1;s:22:"wpcf_custom_field_edit";b:1;s:29:"wpcf_custom_field_edit_others";b:1;s:25:"wpcf_user_meta_field_view";b:1;s:25:"wpcf_user_meta_field_edit";b:1;s:32:"wpcf_user_meta_field_edit_others";b:1;}
)

[wp_user_level] => Array
(
[0] => 10
)

[dismissed_wp_pointers] => Array
(
[0] => theme_editor_notice,vc_pointers_backend_editor,pksn1,plugin_editor_notice
)

[show_welcome_panel] => Array
(
[0] => 1
)

[session_tokens] => Array
(
[0] => a:10:{s:64:"1809554ed57969a7fdf96b147cd073a9fd2b5a60bd66d2584800c91db083bdc5";a:4:{s:10:"expiration";i:1526251547;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526078747;}s:64:"75aca662c64a7a06735e399ab4ae5e39dd8582484cb4bb965d0779b31d85c1a1";a:4:{s:10:"expiration";i:1526255797;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526082997;}s:64:"04c91dd30d49caf9e278c43134664be5dc6a0df401a3a4ffaf92e4c12a9cfbd0";a:4:{s:10:"expiration";i:1526361629;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526188829;}s:64:"92e12ce96add95e8dd0f73f955222acae2a8db9675b4acf1c305dd36bb99fe5a";a:4:{s:10:"expiration";i:1526364056;s:2:"ip";s:14:"77.139.209.224";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526191256;}s:64:"c778b20eadba73857d1cf1db50b997698d6b0fa5166cf097c456077de74fd09c";a:4:{s:10:"expiration";i:1526383539;s:2:"ip";s:14:"77.139.209.224";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526210739;}s:64:"66ab13e9f7fe4520489c2c5a2abdfc0832e35bf15b974f8f23dc4361e9a1419a";a:4:{s:10:"expiration";i:1526393084;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526220284;}s:64:"11a325c40a4e4f70f0cc29a9f099a54d715b403b0eb1cb6c8f80a68fc44253a6";a:4:{s:10:"expiration";i:1526394713;s:2:"ip";s:11:"2.55.21.238";s:2:"ua";s:144:"Mozilla/5.0 (iPhone; CPU iPhone OS 11_3_1 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) CriOS/66.0.3359.122 Mobile/15E302 Safari/604.1";s:5:"login";i:1526221913;}s:64:"3bf98b29737af9fdfb3f631736c7027f6b1787263d10774576ff08c2ae5d5900";a:4:{s:10:"expiration";i:1526395708;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526222908;}s:64:"5b8acec0e4afcf5ffa681001555deece2de719500ed14c27fc195a2d467ded0d";a:4:{s:10:"expiration";i:1526417691;s:2:"ip";s:11:"2.55.142.27";s:2:"ua";s:144:"Mozilla/5.0 (iPhone; CPU iPhone OS 11_3_1 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) CriOS/66.0.3359.122 Mobile/15E302 Safari/604.1";s:5:"login";i:1526244891;}s:64:"dd7fd4b0b33ec997d20736fc52c46b0dd97928bd1ff3a86ced53e31a208641ad";a:4:{s:10:"expiration";i:1526419353;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526246553;}}
)

[wp_user-settings] => Array
(
[0] => libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=642px&edit_element_vcUIPanelTop=82px&editor=html
)

[wp_user-settings-time] => Array
(
[0] => 1526078823
)

[wp_dashboard_quick_press_last_post_id] => Array
(
[0] => 9052
)

[community-events-location] => Array
(
[0] => a:1:{s:2:"ip";s:10:"37.142.4.0";}
)

[billing_first_name] => Array
(
[0] => עידו
)

[billing_last_name] => Array
(
[0] => אנג'ל
)

[billing_company] => Array
(
[0] =>
)

[billing_address_1] => Array
(
[0] => ויצמן 52
)

[billing_address_2] => Array
(
[0] =>
)

[billing_city] => Array
(
[0] => תל אביב
)

[billing_postcode] => Array
(
[0] => 5620087
)

[billing_country] => Array
(
[0] => IL
)

[billing_state] => Array
(
[0] =>
)

[billing_phone] => Array
(
[0] => 0545620860
)

[billing_email] => Array
(
[0] => ai@idoangel.com
)

[shipping_first_name] => Array
(
[0] =>
)

[shipping_last_name] => Array
(
[0] =>
)

[shipping_company] => Array
(
[0] =>
)

[shipping_address_1] => Array
(
[0] =>
)

[shipping_address_2] => Array
(
[0] =>
)

[shipping_city] => Array
(
[0] =>
)

[shipping_postcode] => Array
(
[0] =>
)

[shipping_country] => Array
(
[0] =>
)

[shipping_state] => Array
(
[0] =>
)

[last_update] => Array
(
[0] => 1525762000
)

[nav_menu_recently_edited] => Array
(
[0] => 67
)

[managenav-menuscolumnshidden] => Array
(
[0] => a:4:{i:0;s:11:"link-target";i:1;s:15:"title-attribute";i:2;s:3:"xfn";i:3;s:11:"description";}
)

[metaboxhidden_nav-menus] => Array
(
[0] => a:6:{i:0;s:25:"add-post-type-testimonial";i:1;s:21:"add-post-type-product";i:2;s:12:"add-post_tag";i:3;s:15:"add-post_format";i:4;s:15:"add-product_cat";i:5;s:15:"add-product_tag";}
)

[_wpv_dismissed_pointers] => Array
(
[0] => a:2:{s:37:"inserted-layout-loop-content-template";s:3:"yes";s:15:"set-wpa-purpose";s:3:"yes";}
)

[wpcf-field-settings] => Array
(
[0] => a:1:{s:12:"second-image";a:1:{s:10:"image_size";s:4:"full";}}
)

[closedpostboxes_custom-css-js] => Array
(
[0] => a:0:{}
)

[metaboxhidden_custom-css-js] => Array
(
[0] => a:0:{}
)

[closedpostboxes_toolset_page_wpcf-edit] => Array
(
[0] => a:3:{i:0;s:31:"types-custom-field-tooltip-info";i:1;s:31:"types-custom-field-second-image";i:2;s:28:"types-custom-field-notkosher";}
)

[metaboxhidden_toolset_page_wpcf-edit] => Array
(
[0] => a:0:{}
)

[edit_product_per_page] => Array
(
[0] => 100
)

[closedpostboxes_product] => Array
(
[0] => a:1:{i:0;s:42:"wpcf-group-woocommerce-views-filter-fields";}
)

[metaboxhidden_product] => Array
(
[0] => a:1:{i:0;s:7:"slugdiv";}
)

[shipping_method] => Array
(
[0] =>
)

[_woocommerce_persistent_cart_1] => Array
(
[0] => a:1:{s:4:"cart";a:1:{s:32:"fd701bb84b2f10fc9ebc83d9e7a2379b";a:10:{s:3:"key";s:32:"fd701bb84b2f10fc9ebc83d9e7a2379b";s:10:"product_id";i:12628;s:12:"variation_id";i:12629;s:9:"variation";a:1:{s:20:"attribute_pa_package";s:4:"unit";}s:8:"quantity";i:1;s:13:"line_tax_data";a:2:{s:8:"subtotal";a:1:{i:1;d:4.19914529914529754961449725669808685779571533203125;}s:5:"total";a:1:{i:1;d:4.19914529914529754961449725669808685779571533203125;}}s:13:"line_subtotal";d:24.700854700854701917478450923226773738861083984375;s:17:"line_subtotal_tax";d:4.19914529914529754961449725669808685779571533203125;s:10:"line_total";d:24.700854700854701917478450923226773738861083984375;s:8:"line_tax";d:4.19914529914529754961449725669808685779571533203125;}}}
)

[closedpostboxes_] => Array
(
[0] => a:8:{i:0;s:31:"types-custom-field-second-image";i:1;s:28:"types-custom-field-notkosher";i:2;s:31:"types-custom-field-is-most-sold";i:3;s:27:"types-custom-field-calories";i:4;s:26:"types-custom-field-protein";i:5;s:22:"types-custom-field-fat";i:6;s:32:"types-custom-field-carbohydrates";i:7;s:25:"types-custom-field-sugars";}
)

[metaboxhidden_] => Array
(
[0] => a:0:{}
)

[_types_feedback_dont_show_until] => Array
(
[0] => 1533858257
)

)

)

[ID] => 1
[caps] => Array
(
[administrator] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
)

[cap_key] => wp_capabilities
[roles] => Array
(
[0] => administrator
)

[allcaps] => Array
(
[switch_themes] => 1
[edit_themes] => 1
[activate_plugins] => 1
[edit_plugins] => 1
[edit_users] => 1
[edit_files] => 1
[manage_options] => 1
[moderate_comments] => 1
[manage_categories] => 1
[manage_links] => 1
[upload_files] => 1
[import] => 1
[unfiltered_html] => 1
[edit_posts] => 1
[edit_others_posts] => 1
[edit_published_posts] => 1
[publish_posts] => 1
[edit_pages] => 1
[read] => 1
[level_10] => 1
[level_9] => 1
[level_8] => 1
[level_7] => 1
[level_6] => 1
[level_5] => 1
[level_4] => 1
[level_3] => 1
[level_2] => 1
[level_1] => 1
[level_0] => 1
[edit_others_pages] => 1
[edit_published_pages] => 1
[publish_pages] => 1
[delete_pages] => 1
[delete_others_pages] => 1
[delete_published_pages] => 1
[delete_posts] => 1
[delete_others_posts] => 1
[delete_published_posts] => 1
[delete_private_posts] => 1
[edit_private_posts] => 1
[read_private_posts] => 1
[delete_private_pages] => 1
[edit_private_pages] => 1
[read_private_pages] => 1
[delete_users] => 1
[create_users] => 1
[unfiltered_upload] => 1
[edit_dashboard] => 1
[update_plugins] => 1
[delete_plugins] => 1
[install_plugins] => 1
[update_themes] => 1
[install_themes] => 1
[update_core] => 1
[list_users] => 1
[remove_users] => 1
[promote_users] => 1
[edit_theme_options] => 1
[delete_themes] => 1
[export] => 1
[manage_woocommerce] => 1
[view_woocommerce_reports] => 1
[edit_product] => 1
[read_product] => 1
[delete_product] => 1
[edit_products] => 1
[edit_others_products] => 1
[publish_products] => 1
[read_private_products] => 1
[delete_products] => 1
[delete_private_products] => 1
[delete_published_products] => 1
[delete_others_products] => 1
[edit_private_products] => 1
[edit_published_products] => 1
[manage_product_terms] => 1
[edit_product_terms] => 1
[delete_product_terms] => 1
[assign_product_terms] => 1
[edit_shop_order] => 1
[read_shop_order] => 1
[delete_shop_order] => 1
[edit_shop_orders] => 1
[edit_others_shop_orders] => 1
[publish_shop_orders] => 1
[read_private_shop_orders] => 1
[delete_shop_orders] => 1
[delete_private_shop_orders] => 1
[delete_published_shop_orders] => 1
[delete_others_shop_orders] => 1
[edit_private_shop_orders] => 1
[edit_published_shop_orders] => 1
[manage_shop_order_terms] => 1
[edit_shop_order_terms] => 1
[delete_shop_order_terms] => 1
[assign_shop_order_terms] => 1
[edit_shop_coupon] => 1
[read_shop_coupon] => 1
[delete_shop_coupon] => 1
[edit_shop_coupons] => 1
[edit_others_shop_coupons] => 1
[publish_shop_coupons] => 1
[read_private_shop_coupons] => 1
[delete_shop_coupons] => 1
[delete_private_shop_coupons] => 1
[delete_published_shop_coupons] => 1
[delete_others_shop_coupons] => 1
[edit_private_shop_coupons] => 1
[edit_published_shop_coupons] => 1
[manage_shop_coupon_terms] => 1
[edit_shop_coupon_terms] => 1
[delete_shop_coupon_terms] => 1
[assign_shop_coupon_terms] => 1
[edit_shop_webhook] => 1
[read_shop_webhook] => 1
[delete_shop_webhook] => 1
[edit_shop_webhooks] => 1
[edit_others_shop_webhooks] => 1
[publish_shop_webhooks] => 1
[read_private_shop_webhooks] => 1
[delete_shop_webhooks] => 1
[delete_private_shop_webhooks] => 1
[delete_published_shop_webhooks] => 1
[delete_others_shop_webhooks] => 1
[edit_private_shop_webhooks] => 1
[edit_published_shop_webhooks] => 1
[manage_shop_webhook_terms] => 1
[edit_shop_webhook_terms] => 1
[delete_shop_webhook_terms] => 1
[assign_shop_webhook_terms] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
[edit_custom_css] => 1
[read_custom_css] => 1
[delete_custom_css] => 1
[edit_custom_csss] => 1
[edit_others_custom_csss] => 1
[publish_custom_csss] => 1
[delete_custom_csss] => 1
[delete_published_custom_csss] => 1
[delete_others_custom_csss] => 1
[edit_published_custom_csss] => 1
[administrator] => 1
)

[filter] =>
[site_id:WP_User:private] => 1
)
Original content [wpv-conditional if="( '[wpv-current-user info='logged_in']' eq 'true' )"]שלום hidden link">[wpv-current-user info="firstname"]![/wpv-conditional]
[wpv-conditional if="( '[wpv-current-user info='logged_in']' eq 'false' )"]hidden link">התחברות | הרשמה[/wpv-conditional]
Shortcodes
wpv-current-user: Hide
Attributes: {"info":"logged_in","profile-picture-size":96,"profile-picture-default-url":"","profile-picture-alt":false,"profile-picture-shape":"circle"}
Info: Data received from cache
Output: true
wpv-current-user: Hide
Attributes: {"info":"logged_in","profile-picture-size":96,"profile-picture-default-url":"","profile-picture-alt":false,"profile-picture-shape":"circle"}
Info: Data received from cache
Output: true
wpv-conditional: Hide
Attributes: {"if":"( 'true' = 'true' )"}
Info: Data received from cache
Output: שלום hidden link">[wpv-current-user info="firstname"]!
wpv-conditional: Hide
Attributes: {"if":"( 'true' = 'false' )"}
Info: Data received from cache
wpv-current-user: Hide
Attributes: {"info":"firstname","profile-picture-size":96,"profile-picture-default-url":"","profile-picture-alt":false,"profile-picture-shape":"circle"}
Info: Data received from cache
Output: עידו
Output (RAW) שלום hidden link">עידו!
Output (RAW)
שלום hidden link">עידו!

- Login Menu (This View selects users with any role, limit to 1 item ordered by user login, ascending)

ID 12687
Name Login Menu (Edit)
Kind of element View
Render time 0.01375
Memory used 0.017MB
Summary This View selects users with any role, limit to 1 item ordered by user login, ascending
Query args Hide
Basic query arguments
Array
(
)
MySQL query Hide
SELECT SQL_CALC_FOUND_ROWS wp_users.* FROM wp_users WHERE 1=1 ORDER BY user_login ASC LIMIT 0, 1
Items found 1
Query results Hide
WP_User_Query Object
(
[query_vars] => Array
(
[blog_id] => 1
[role] =>
[role__in] => Array
(
)

[role__not_in] => Array
(
)

[meta_key] =>
[meta_value] =>
[meta_compare] =>
[include] => Array
(
)

[exclude] => Array
(
)

[search] =>
[search_columns] => Array
(
)

[orderby] => user_login
[order] => ASC
[offset] => 0
[number] => 1
[paged] => 1
[count_total] => 1
[fields] => all
[who] =>
[has_published_posts] =>
[nicename] =>
[nicename__in] => Array
(
)

[nicename__not_in] => Array
(
)

[login] =>
[login__in] => Array
(
)

[login__not_in] => Array
(
)

)

[results:WP_User_Query:private] => Array
(
[0] => WP_User Object
(
[data] => stdClass Object
(
[ID] => 1
[user_login] => admin
[user_pass] => $P$BL//CIFcl1ZKi6E/oTnFl2rFbDrhgZ1
[user_nicename] => admin
[user_email] => ai@idoangel.com
[user_url] =>
[user_registered] => 2018-02-10 20:40:52
[user_activation_key] =>
[user_status] => 0
[display_name] => admin
)

[ID] => 1
[caps] => Array
(
[administrator] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
)

[cap_key] => wp_capabilities
[roles] => Array
(
[0] => administrator
)

[allcaps] => Array
(
[switch_themes] => 1
[edit_themes] => 1
[activate_plugins] => 1
[edit_plugins] => 1
[edit_users] => 1
[edit_files] => 1
[manage_options] => 1
[moderate_comments] => 1
[manage_categories] => 1
[manage_links] => 1
[upload_files] => 1
[import] => 1
[unfiltered_html] => 1
[edit_posts] => 1
[edit_others_posts] => 1
[edit_published_posts] => 1
[publish_posts] => 1
[edit_pages] => 1
[read] => 1
[level_10] => 1
[level_9] => 1
[level_8] => 1
[level_7] => 1
[level_6] => 1
[level_5] => 1
[level_4] => 1
[level_3] => 1
[level_2] => 1
[level_1] => 1
[level_0] => 1
[edit_others_pages] => 1
[edit_published_pages] => 1
[publish_pages] => 1
[delete_pages] => 1
[delete_others_pages] => 1
[delete_published_pages] => 1
[delete_posts] => 1
[delete_others_posts] => 1
[delete_published_posts] => 1
[delete_private_posts] => 1
[edit_private_posts] => 1
[read_private_posts] => 1
[delete_private_pages] => 1
[edit_private_pages] => 1
[read_private_pages] => 1
[delete_users] => 1
[create_users] => 1
[unfiltered_upload] => 1
[edit_dashboard] => 1
[update_plugins] => 1
[delete_plugins] => 1
[install_plugins] => 1
[update_themes] => 1
[install_themes] => 1
[update_core] => 1
[list_users] => 1
[remove_users] => 1
[promote_users] => 1
[edit_theme_options] => 1
[delete_themes] => 1
[export] => 1
[manage_woocommerce] => 1
[view_woocommerce_reports] => 1
[edit_product] => 1
[read_product] => 1
[delete_product] => 1
[edit_products] => 1
[edit_others_products] => 1
[publish_products] => 1
[read_private_products] => 1
[delete_products] => 1
[delete_private_products] => 1
[delete_published_products] => 1
[delete_others_products] => 1
[edit_private_products] => 1
[edit_published_products] => 1
[manage_product_terms] => 1
[edit_product_terms] => 1
[delete_product_terms] => 1
[assign_product_terms] => 1
[edit_shop_order] => 1
[read_shop_order] => 1
[delete_shop_order] => 1
[edit_shop_orders] => 1
[edit_others_shop_orders] => 1
[publish_shop_orders] => 1
[read_private_shop_orders] => 1
[delete_shop_orders] => 1
[delete_private_shop_orders] => 1
[delete_published_shop_orders] => 1
[delete_others_shop_orders] => 1
[edit_private_shop_orders] => 1
[edit_published_shop_orders] => 1
[manage_shop_order_terms] => 1
[edit_shop_order_terms] => 1
[delete_shop_order_terms] => 1
[assign_shop_order_terms] => 1
[edit_shop_coupon] => 1
[read_shop_coupon] => 1
[delete_shop_coupon] => 1
[edit_shop_coupons] => 1
[edit_others_shop_coupons] => 1
[publish_shop_coupons] => 1
[read_private_shop_coupons] => 1
[delete_shop_coupons] => 1
[delete_private_shop_coupons] => 1
[delete_published_shop_coupons] => 1
[delete_others_shop_coupons] => 1
[edit_private_shop_coupons] => 1
[edit_published_shop_coupons] => 1
[manage_shop_coupon_terms] => 1
[edit_shop_coupon_terms] => 1
[delete_shop_coupon_terms] => 1
[assign_shop_coupon_terms] => 1
[edit_shop_webhook] => 1
[read_shop_webhook] => 1
[delete_shop_webhook] => 1
[edit_shop_webhooks] => 1
[edit_others_shop_webhooks] => 1
[publish_shop_webhooks] => 1
[read_private_shop_webhooks] => 1
[delete_shop_webhooks] => 1
[delete_private_shop_webhooks] => 1
[delete_published_shop_webhooks] => 1
[delete_others_shop_webhooks] => 1
[edit_private_shop_webhooks] => 1
[edit_published_shop_webhooks] => 1
[manage_shop_webhook_terms] => 1
[edit_shop_webhook_terms] => 1
[delete_shop_webhook_terms] => 1
[assign_shop_webhook_terms] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
[edit_custom_css] => 1
[read_custom_css] => 1
[delete_custom_css] => 1
[edit_custom_csss] => 1
[edit_others_custom_csss] => 1
[publish_custom_csss] => 1
[delete_custom_csss] => 1
[delete_published_custom_csss] => 1
[delete_others_custom_csss] => 1
[edit_published_custom_csss] => 1
[administrator] => 1
)

[filter] =>
[site_id:WP_User:private] => 1
)

)

[total_users:WP_User_Query:private] => 3
[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
)

[relation] =>
[meta_table] =>
[meta_id_column] =>
[primary_table] =>
[primary_id_column] =>
[table_aliases:protected] => Array
(
)

[clauses:protected] => Array
(
)

[has_or_relation:protected] =>
)

[request] => SELECT SQL_CALC_FOUND_ROWS wp_users.* FROM wp_users WHERE 1=1 ORDER BY user_login ASC LIMIT 0, 1
[compat_fields:WP_User_Query:private] => Array
(
[0] => results
[1] => total_users
)

[query_fields] => SQL_CALC_FOUND_ROWS wp_users.*
[query_from] => FROM wp_users
[query_where] => WHERE 1=1
[query_orderby] => ORDER BY user_login ASC
[query_limit] => LIMIT 0, 1
)
Filters
Filter arguments before the query using wpv_filter_user_query Hide
wpv_filter_user_query
Array
(
[orderby] => user_login
[order] => ASC
[number] => 1
[offset] => 0
[exclude] => Array
(
)

)
Filter the returned query using wpv_filter_user_post_query Hide
wpv_filter_user_post_query
Array
(
[0] => WP_User Object
(
[data] => stdClass Object
(
[ID] => 1
[user_login] => admin
[user_pass] => $P$BL//CIFcl1ZKi6E/oTnFl2rFbDrhgZ1
[user_nicename] => admin
[user_email] => ai@idoangel.com
[user_url] =>
[user_registered] => 2018-02-10 20:40:52
[user_activation_key] =>
[user_status] => 0
[display_name] => admin
)

[ID] => 1
[caps] => Array
(
[administrator] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
)

[cap_key] => wp_capabilities
[roles] => Array
(
[0] => administrator
)

[allcaps] => Array
(
[switch_themes] => 1
[edit_themes] => 1
[activate_plugins] => 1
[edit_plugins] => 1
[edit_users] => 1
[edit_files] => 1
[manage_options] => 1
[moderate_comments] => 1
[manage_categories] => 1
[manage_links] => 1
[upload_files] => 1
[import] => 1
[unfiltered_html] => 1
[edit_posts] => 1
[edit_others_posts] => 1
[edit_published_posts] => 1
[publish_posts] => 1
[edit_pages] => 1
[read] => 1
[level_10] => 1
[level_9] => 1
[level_8] => 1
[level_7] => 1
[level_6] => 1
[level_5] => 1
[level_4] => 1
[level_3] => 1
[level_2] => 1
[level_1] => 1
[level_0] => 1
[edit_others_pages] => 1
[edit_published_pages] => 1
[publish_pages] => 1
[delete_pages] => 1
[delete_others_pages] => 1
[delete_published_pages] => 1
[delete_posts] => 1
[delete_others_posts] => 1
[delete_published_posts] => 1
[delete_private_posts] => 1
[edit_private_posts] => 1
[read_private_posts] => 1
[delete_private_pages] => 1
[edit_private_pages] => 1
[read_private_pages] => 1
[delete_users] => 1
[create_users] => 1
[unfiltered_upload] => 1
[edit_dashboard] => 1
[update_plugins] => 1
[delete_plugins] => 1
[install_plugins] => 1
[update_themes] => 1
[install_themes] => 1
[update_core] => 1
[list_users] => 1
[remove_users] => 1
[promote_users] => 1
[edit_theme_options] => 1
[delete_themes] => 1
[export] => 1
[manage_woocommerce] => 1
[view_woocommerce_reports] => 1
[edit_product] => 1
[read_product] => 1
[delete_product] => 1
[edit_products] => 1
[edit_others_products] => 1
[publish_products] => 1
[read_private_products] => 1
[delete_products] => 1
[delete_private_products] => 1
[delete_published_products] => 1
[delete_others_products] => 1
[edit_private_products] => 1
[edit_published_products] => 1
[manage_product_terms] => 1
[edit_product_terms] => 1
[delete_product_terms] => 1
[assign_product_terms] => 1
[edit_shop_order] => 1
[read_shop_order] => 1
[delete_shop_order] => 1
[edit_shop_orders] => 1
[edit_others_shop_orders] => 1
[publish_shop_orders] => 1
[read_private_shop_orders] => 1
[delete_shop_orders] => 1
[delete_private_shop_orders] => 1
[delete_published_shop_orders] => 1
[delete_others_shop_orders] => 1
[edit_private_shop_orders] => 1
[edit_published_shop_orders] => 1
[manage_shop_order_terms] => 1
[edit_shop_order_terms] => 1
[delete_shop_order_terms] => 1
[assign_shop_order_terms] => 1
[edit_shop_coupon] => 1
[read_shop_coupon] => 1
[delete_shop_coupon] => 1
[edit_shop_coupons] => 1
[edit_others_shop_coupons] => 1
[publish_shop_coupons] => 1
[read_private_shop_coupons] => 1
[delete_shop_coupons] => 1
[delete_private_shop_coupons] => 1
[delete_published_shop_coupons] => 1
[delete_others_shop_coupons] => 1
[edit_private_shop_coupons] => 1
[edit_published_shop_coupons] => 1
[manage_shop_coupon_terms] => 1
[edit_shop_coupon_terms] => 1
[delete_shop_coupon_terms] => 1
[assign_shop_coupon_terms] => 1
[edit_shop_webhook] => 1
[read_shop_webhook] => 1
[delete_shop_webhook] => 1
[edit_shop_webhooks] => 1
[edit_others_shop_webhooks] => 1
[publish_shop_webhooks] => 1
[read_private_shop_webhooks] => 1
[delete_shop_webhooks] => 1
[delete_private_shop_webhooks] => 1
[delete_published_shop_webhooks] => 1
[delete_others_shop_webhooks] => 1
[edit_private_shop_webhooks] => 1
[edit_published_shop_webhooks] => 1
[manage_shop_webhook_terms] => 1
[edit_shop_webhook_terms] => 1
[delete_shop_webhook_terms] => 1
[assign_shop_webhook_terms] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
[edit_custom_css] => 1
[read_custom_css] => 1
[delete_custom_css] => 1
[edit_custom_csss] => 1
[edit_others_custom_csss] => 1
[publish_custom_csss] => 1
[delete_custom_csss] => 1
[delete_published_custom_csss] => 1
[delete_others_custom_csss] => 1
[edit_published_custom_csss] => 1
[administrator] => 1
)

[filter] =>
[site_id:WP_User:private] => 1
)

)
+ View Loop

- Product Grid - Most Sold (מוצרים, limit to 3 items ordered by post date, descending)

ID 5666
Name Product Grid - Most Sold (Edit)
Kind of element View
Render time 0.39511
Memory used 0.2899MB
Summary מוצרים, limit to 3 items ordered by post date, descending
Query args Hide
Basic query arguments
Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
)
MySQL query Hide
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND (
( wp_postmeta.meta_key = 'wpcf-is-most-sold' AND wp_postmeta.meta_value = '1' )
) AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private')) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 3
Items found 3
Query results Hide
WP_Query Object
(
[query] => Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
[posts_per_page] => 3
[wpv_original_limit] => 3
[wpv_original_offset] => 0
[wpv_original_posts_per_page] => -1
[meta_query] => Array
(
[0] => Array
(
[key] => wpcf-is-most-sold
[value] => 1
[type] => CHAR
[compare] => =
)

[relation] => AND
)

[post_status] => Array
(
[0] => publish
[1] => private
)

[orderby] => date
[order] => DESC
)

[query_vars] => Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
[posts_per_page] => 3
[wpv_original_limit] => 3
[wpv_original_offset] => 0
[wpv_original_posts_per_page] => -1
[meta_query] => Array
(
[0] => Array
(
[key] => wpcf-is-most-sold
[value] => 1
[type] => CHAR
[compare] => =
)

[relation] => AND
)

[post_status] => Array
(
[0] => publish
[1] => private
)

[orderby] => date
[order] => DESC
[error] =>
[m] =>
[p] => 0
[post_parent] =>
[subpost] =>
[subpost_id] =>
[attachment] =>
[attachment_id] => 0
[name] =>
[static] =>
[pagename] =>
[page_id] => 0
[second] =>
[minute] =>
[hour] =>
[day] => 0
[monthnum] => 0
[year] => 0
[w] => 0
[category_name] =>
[tag] =>
[cat] =>
[tag_id] =>
[author] =>
[author_name] =>
[feed] =>
[tb] =>
[meta_key] =>
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[title] =>
[fields] =>
[menu_order] =>
[embed] =>
[category__in] => Array
(
)

[category__not_in] => Array
(
)

[category__and] => Array
(
)

[post__in] => Array
(
)

[post__not_in] => Array
(
)

[post_name__in] => Array
(
)

[tag__in] => Array
(
)

[tag__not_in] => Array
(
)

[tag__and] => Array
(
)

[tag_slug__in] => Array
(
)

[tag_slug__and] => Array
(
)

[post_parent__in] => Array
(
)

[post_parent__not_in] => Array
(
)

[author__in] => Array
(
)

[author__not_in] => Array
(
)

[cache_results] => 1
[update_post_term_cache] => 1
[lazy_load_term_meta] => 1
[update_post_meta_cache] => 1
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
)

[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
)

[relation] => AND
[table_aliases:protected] => Array
(
)

[queried_terms] => Array
(
)

[primary_table] => wp_posts
[primary_id_column] => ID
)

[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
[0] => Array
(
[key] => wpcf-is-most-sold
[value] => 1
[type] => CHAR
[compare] => =
)

[relation] => OR
)

[relation] => AND
[meta_table] => wp_postmeta
[meta_id_column] => post_id
[primary_table] => wp_posts
[primary_id_column] => ID
[table_aliases:protected] => Array
(
[0] => wp_postmeta
)

[clauses:protected] => Array
(
[wp_postmeta] => Array
(
[key] => wpcf-is-most-sold
[value] => 1
[type] => CHAR
[compare] => =
[alias] => wp_postmeta
[cast] => CHAR
)

)

[has_or_relation:protected] =>
)

[date_query] =>
[request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND (
( wp_postmeta.meta_key = 'wpcf-is-most-sold' AND wp_postmeta.meta_value = '1' )
) AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private')) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 3
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 12652
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => לחמניות סנדביץ גרין לייט (4 במארז)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => %d7%9c%d7%97%d7%9e%d7%a0%d7%99%d7%95%d7%aa-%d7%a1%d7%a0%d7%93%d7%91%d7%99%d7%a5-%d7%92%d7%a8%d7%99%d7%9f-%d7%9c%d7%99%d7%99%d7%98-4-%d7%91%d7%9e%d7%90%d7%a8%d7%96
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:38:43
[post_modified_gmt] => 2018-05-13 07:38:43
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[1] => WP_Post Object
(
[ID] => 12620
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => שעועית לבנה אורגני (500 גרם)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => %d7%a9%d7%a2%d7%95%d7%a2%d7%99%d7%aa-%d7%9c%d7%91%d7%a0%d7%94-%d7%90%d7%95%d7%a8%d7%92%d7%a0%d7%99-500-%d7%92%d7%a8%d7%9d
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:38:48
[post_modified_gmt] => 2018-05-13 07:38:48
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[2] => WP_Post Object
(
[ID] => 12628
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => טחינה מלאה אורגנית (1 ק"ג)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => %d7%98%d7%97%d7%99%d7%a0%d7%94-%d7%9e%d7%9c%d7%90%d7%94-%d7%90%d7%95%d7%a8%d7%92%d7%a0%d7%99%d7%aa-1-%d7%a7%d7%92
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:38:54
[post_modified_gmt] => 2018-05-13 07:38:54
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

)

[post_count] => 3
[current_post] => -1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 12652
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => לחמניות סנדביץ גרין לייט (4 במארז)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => %d7%9c%d7%97%d7%9e%d7%a0%d7%99%d7%95%d7%aa-%d7%a1%d7%a0%d7%93%d7%91%d7%99%d7%a5-%d7%92%d7%a8%d7%99%d7%9f-%d7%9c%d7%99%d7%99%d7%98-4-%d7%91%d7%9e%d7%90%d7%a8%d7%96
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:38:43
[post_modified_gmt] => 2018-05-13 07:38:43
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[comment_count] => 0
[current_comment] => -1
[found_posts] => 3
[max_num_pages] => 1
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] =>
[is_date] =>
[is_year] =>
[is_month] =>
[is_day] =>
[is_time] =>
[is_author] =>
[is_category] =>
[is_tag] =>
[is_tax] =>
[is_search] =>
[is_feed] =>
[is_comment_feed] =>
[is_trackback] =>
[is_home] => 1
[is_404] =>
[is_embed] =>
[is_paged] =>
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_posts_page] =>
[is_post_type_archive] =>
[query_vars_hash:WP_Query:private] => 23369ab21a0c00f23efafe14c6c6f580
[query_vars_changed:WP_Query:private] =>
[thumbnails_cached] =>
[stopwords:WP_Query:private] =>
[compat_fields:WP_Query:private] => Array
(
[0] => query_vars_hash
[1] => query_vars_changed
)

[compat_methods:WP_Query:private] => Array
(
[0] => init_query_flags
[1] => parse_tax_query
)

)
Filters
Filter arguments before the query using wpv_filter_query Hide
wpv_filter_query
Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
[posts_per_page] => 3
[wpv_original_limit] => 3
[wpv_original_offset] => 0
[wpv_original_posts_per_page] => -1
[meta_query] => Array
(
[0] => Array
(
[key] => wpcf-is-most-sold
[value] => 1
[type] => CHAR
[compare] => =
)

[relation] => AND
)

[post_status] => Array
(
[0] => publish
[1] => private
)

[orderby] => date
[order] => DESC
)
Filter the returned query using wpv_filter_query_post_process Hide
wpv_filter_query_post_process
WP_Query Object
(
[query] => Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
[posts_per_page] => 3
[wpv_original_limit] => 3
[wpv_original_offset] => 0
[wpv_original_posts_per_page] => -1
[meta_query] => Array
(
[0] => Array
(
[key] => wpcf-is-most-sold
[value] => 1
[type] => CHAR
[compare] => =
)

[relation] => AND
)

[post_status] => Array
(
[0] => publish
[1] => private
)

[orderby] => date
[order] => DESC
)

[query_vars] => Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
[posts_per_page] => 3
[wpv_original_limit] => 3
[wpv_original_offset] => 0
[wpv_original_posts_per_page] => -1
[meta_query] => Array
(
[0] => Array
(
[key] => wpcf-is-most-sold
[value] => 1
[type] => CHAR
[compare] => =
)

[relation] => AND
)

[post_status] => Array
(
[0] => publish
[1] => private
)

[orderby] => date
[order] => DESC
[error] =>
[m] =>
[p] => 0
[post_parent] =>
[subpost] =>
[subpost_id] =>
[attachment] =>
[attachment_id] => 0
[name] =>
[static] =>
[pagename] =>
[page_id] => 0
[second] =>
[minute] =>
[hour] =>
[day] => 0
[monthnum] => 0
[year] => 0
[w] => 0
[category_name] =>
[tag] =>
[cat] =>
[tag_id] =>
[author] =>
[author_name] =>
[feed] =>
[tb] =>
[meta_key] =>
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[title] =>
[fields] =>
[menu_order] =>
[embed] =>
[category__in] => Array
(
)

[category__not_in] => Array
(
)

[category__and] => Array
(
)

[post__in] => Array
(
)

[post__not_in] => Array
(
)

[post_name__in] => Array
(
)

[tag__in] => Array
(
)

[tag__not_in] => Array
(
)

[tag__and] => Array
(
)

[tag_slug__in] => Array
(
)

[tag_slug__and] => Array
(
)

[post_parent__in] => Array
(
)

[post_parent__not_in] => Array
(
)

[author__in] => Array
(
)

[author__not_in] => Array
(
)

[cache_results] => 1
[update_post_term_cache] => 1
[lazy_load_term_meta] => 1
[update_post_meta_cache] => 1
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
)

[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
)

[relation] => AND
[table_aliases:protected] => Array
(
)

[queried_terms] => Array
(
)

[primary_table] => wp_posts
[primary_id_column] => ID
)

[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
[0] => Array
(
[key] => wpcf-is-most-sold
[value] => 1
[type] => CHAR
[compare] => =
)

[relation] => OR
)

[relation] => AND
[meta_table] => wp_postmeta
[meta_id_column] => post_id
[primary_table] => wp_posts
[primary_id_column] => ID
[table_aliases:protected] => Array
(
[0] => wp_postmeta
)

[clauses:protected] => Array
(
[wp_postmeta] => Array
(
[key] => wpcf-is-most-sold
[value] => 1
[type] => CHAR
[compare] => =
[alias] => wp_postmeta
[cast] => CHAR
)

)

[has_or_relation:protected] =>
)

[date_query] =>
[request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND (
( wp_postmeta.meta_key = 'wpcf-is-most-sold' AND wp_postmeta.meta_value = '1' )
) AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private')) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 3
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 12652
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => לחמניות סנדביץ גרין לייט (4 במארז)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => %d7%9c%d7%97%d7%9e%d7%a0%d7%99%d7%95%d7%aa-%d7%a1%d7%a0%d7%93%d7%91%d7%99%d7%a5-%d7%92%d7%a8%d7%99%d7%9f-%d7%9c%d7%99%d7%99%d7%98-4-%d7%91%d7%9e%d7%90%d7%a8%d7%96
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:38:43
[post_modified_gmt] => 2018-05-13 07:38:43
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[1] => WP_Post Object
(
[ID] => 12620
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => שעועית לבנה אורגני (500 גרם)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => %d7%a9%d7%a2%d7%95%d7%a2%d7%99%d7%aa-%d7%9c%d7%91%d7%a0%d7%94-%d7%90%d7%95%d7%a8%d7%92%d7%a0%d7%99-500-%d7%92%d7%a8%d7%9d
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:38:48
[post_modified_gmt] => 2018-05-13 07:38:48
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[2] => WP_Post Object
(
[ID] => 12628
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => טחינה מלאה אורגנית (1 ק"ג)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => %d7%98%d7%97%d7%99%d7%a0%d7%94-%d7%9e%d7%9c%d7%90%d7%94-%d7%90%d7%95%d7%a8%d7%92%d7%a0%d7%99%d7%aa-1-%d7%a7%d7%92
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:38:54
[post_modified_gmt] => 2018-05-13 07:38:54
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

)

[post_count] => 3
[current_post] => -1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 12652
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => לחמניות סנדביץ גרין לייט (4 במארז)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => %d7%9c%d7%97%d7%9e%d7%a0%d7%99%d7%95%d7%aa-%d7%a1%d7%a0%d7%93%d7%91%d7%99%d7%a5-%d7%92%d7%a8%d7%99%d7%9f-%d7%9c%d7%99%d7%99%d7%98-4-%d7%91%d7%9e%d7%90%d7%a8%d7%96
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:38:43
[post_modified_gmt] => 2018-05-13 07:38:43
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[comment_count] => 0
[current_comment] => -1
[found_posts] => 3
[max_num_pages] => 1
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] =>
[is_date] =>
[is_year] =>
[is_month] =>
[is_day] =>
[is_time] =>
[is_author] =>
[is_category] =>
[is_tag] =>
[is_tax] =>
[is_search] =>
[is_feed] =>
[is_comment_feed] =>
[is_trackback] =>
[is_home] => 1
[is_404] =>
[is_embed] =>
[is_paged] =>
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_posts_page] =>
[is_post_type_archive] =>
[query_vars_hash:WP_Query:private] => 23369ab21a0c00f23efafe14c6c6f580
[query_vars_changed:WP_Query:private] =>
[thumbnails_cached] =>
[stopwords:WP_Query:private] =>
[compat_fields:WP_Query:private] => Array
(
[0] => query_vars_hash
[1] => query_vars_changed
)

[compat_methods:WP_Query:private] => Array
(
[0] => init_query_flags
[1] => parse_tax_query
)

)
+ View Loop

- Combos (מוצרים, limit to 3 items ordered by post date, descending)

ID 8940
Name Combos (Edit)
Kind of element View
Render time 0.35679
Memory used 0.1738MB
Summary מוצרים, limit to 3 items ordered by post date, descending
Query args Hide
Basic query arguments
Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
)
MySQL query Hide
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private')) ORDER BY wp_posts.post_date DESC LIMIT 0, 3
Items found 3
Query results Hide
WP_Query Object
(
[query] => Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
[posts_per_page] => 3
[wpv_original_limit] => 3
[wpv_original_offset] => 0
[wpv_original_posts_per_page] => -1
[post_status] => Array
(
[0] => publish
[1] => private
)

[orderby] => date
[order] => DESC
)

[query_vars] => Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
[posts_per_page] => 3
[wpv_original_limit] => 3
[wpv_original_offset] => 0
[wpv_original_posts_per_page] => -1
[post_status] => Array
(
[0] => publish
[1] => private
)

[orderby] => date
[order] => DESC
[error] =>
[m] =>
[p] => 0
[post_parent] =>
[subpost] =>
[subpost_id] =>
[attachment] =>
[attachment_id] => 0
[name] =>
[static] =>
[pagename] =>
[page_id] => 0
[second] =>
[minute] =>
[hour] =>
[day] => 0
[monthnum] => 0
[year] => 0
[w] => 0
[category_name] =>
[tag] =>
[cat] =>
[tag_id] =>
[author] =>
[author_name] =>
[feed] =>
[tb] =>
[meta_key] =>
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[title] =>
[fields] =>
[menu_order] =>
[embed] =>
[category__in] => Array
(
)

[category__not_in] => Array
(
)

[category__and] => Array
(
)

[post__in] => Array
(
)

[post__not_in] => Array
(
)

[post_name__in] => Array
(
)

[tag__in] => Array
(
)

[tag__not_in] => Array
(
)

[tag__and] => Array
(
)

[tag_slug__in] => Array
(
)

[tag_slug__and] => Array
(
)

[post_parent__in] => Array
(
)

[post_parent__not_in] => Array
(
)

[author__in] => Array
(
)

[author__not_in] => Array
(
)

[cache_results] => 1
[update_post_term_cache] => 1
[lazy_load_term_meta] => 1
[update_post_meta_cache] => 1
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
)

[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
)

[relation] => AND
[table_aliases:protected] => Array
(
)

[queried_terms] => Array
(
)

[primary_table] => wp_posts
[primary_id_column] => ID
)

[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
)

[relation] =>
[meta_table] =>
[meta_id_column] =>
[primary_table] =>
[primary_id_column] =>
[table_aliases:protected] => Array
(
)

[clauses:protected] => Array
(
)

[has_or_relation:protected] =>
)

[date_query] =>
[request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private')) ORDER BY wp_posts.post_date DESC LIMIT 0, 3
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 12656
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => שליש באגט גרין לייט (4 במארז)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => open
[post_password] =>
[post_name] => %d7%a9%d7%9c%d7%99%d7%a9-%d7%91%d7%90%d7%92%d7%98-%d7%92%d7%a8%d7%99%d7%9f-%d7%9c%d7%99%d7%99%d7%98-4-%d7%91%d7%9e%d7%90%d7%a8%d7%96
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:34:42
[post_modified_gmt] => 2018-05-13 07:34:42
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[1] => WP_Post Object
(
[ID] => 12622
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => שעועית מנומרת אורגני (500 גרם)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => open
[post_password] =>
[post_name] => %d7%a9%d7%a2%d7%95%d7%a2%d7%99%d7%aa-%d7%9e%d7%a0%d7%95%d7%9e%d7%a8%d7%aa-%d7%90%d7%95%d7%a8%d7%92%d7%a0%d7%99-500-%d7%92%d7%a8%d7%9d
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:34:42
[post_modified_gmt] => 2018-05-13 07:34:42
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[2] => WP_Post Object
(
[ID] => 12624
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => שעועית מש אורגני (500 גרם)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => open
[post_password] =>
[post_name] => %d7%a9%d7%a2%d7%95%d7%a2%d7%99%d7%aa-%d7%9e%d7%a9-%d7%90%d7%95%d7%a8%d7%92%d7%a0%d7%99-500-%d7%92%d7%a8%d7%9d
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:34:42
[post_modified_gmt] => 2018-05-13 07:34:42
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

)

[post_count] => 3
[current_post] => -1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 12656
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => שליש באגט גרין לייט (4 במארז)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => open
[post_password] =>
[post_name] => %d7%a9%d7%9c%d7%99%d7%a9-%d7%91%d7%90%d7%92%d7%98-%d7%92%d7%a8%d7%99%d7%9f-%d7%9c%d7%99%d7%99%d7%98-4-%d7%91%d7%9e%d7%90%d7%a8%d7%96
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:34:42
[post_modified_gmt] => 2018-05-13 07:34:42
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[comment_count] => 0
[current_comment] => -1
[found_posts] => 379
[max_num_pages] => 127
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] =>
[is_date] =>
[is_year] =>
[is_month] =>
[is_day] =>
[is_time] =>
[is_author] =>
[is_category] =>
[is_tag] =>
[is_tax] =>
[is_search] =>
[is_feed] =>
[is_comment_feed] =>
[is_trackback] =>
[is_home] => 1
[is_404] =>
[is_embed] =>
[is_paged] =>
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_posts_page] =>
[is_post_type_archive] =>
[query_vars_hash:WP_Query:private] => 823d87af5c1ff61a2232f502a421c570
[query_vars_changed:WP_Query:private] =>
[thumbnails_cached] =>
[stopwords:WP_Query:private] =>
[compat_fields:WP_Query:private] => Array
(
[0] => query_vars_hash
[1] => query_vars_changed
)

[compat_methods:WP_Query:private] => Array
(
[0] => init_query_flags
[1] => parse_tax_query
)

)
Filters
Filter arguments before the query using wpv_filter_query Hide
wpv_filter_query
Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
[posts_per_page] => 3
[wpv_original_limit] => 3
[wpv_original_offset] => 0
[wpv_original_posts_per_page] => -1
[post_status] => Array
(
[0] => publish
[1] => private
)

[orderby] => date
[order] => DESC
)
Filter the returned query using wpv_filter_query_post_process Hide
wpv_filter_query_post_process
WP_Query Object
(
[query] => Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
[posts_per_page] => 3
[wpv_original_limit] => 3
[wpv_original_offset] => 0
[wpv_original_posts_per_page] => -1
[post_status] => Array
(
[0] => publish
[1] => private
)

[orderby] => date
[order] => DESC
)

[query_vars] => Array
(
[post_type] => Array
(
[0] => product
)

[paged] => 1
[suppress_filters] =>
[ignore_sticky_posts] => 1
[posts_per_page] => 3
[wpv_original_limit] => 3
[wpv_original_offset] => 0
[wpv_original_posts_per_page] => -1
[post_status] => Array
(
[0] => publish
[1] => private
)

[orderby] => date
[order] => DESC
[error] =>
[m] =>
[p] => 0
[post_parent] =>
[subpost] =>
[subpost_id] =>
[attachment] =>
[attachment_id] => 0
[name] =>
[static] =>
[pagename] =>
[page_id] => 0
[second] =>
[minute] =>
[hour] =>
[day] => 0
[monthnum] => 0
[year] => 0
[w] => 0
[category_name] =>
[tag] =>
[cat] =>
[tag_id] =>
[author] =>
[author_name] =>
[feed] =>
[tb] =>
[meta_key] =>
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[title] =>
[fields] =>
[menu_order] =>
[embed] =>
[category__in] => Array
(
)

[category__not_in] => Array
(
)

[category__and] => Array
(
)

[post__in] => Array
(
)

[post__not_in] => Array
(
)

[post_name__in] => Array
(
)

[tag__in] => Array
(
)

[tag__not_in] => Array
(
)

[tag__and] => Array
(
)

[tag_slug__in] => Array
(
)

[tag_slug__and] => Array
(
)

[post_parent__in] => Array
(
)

[post_parent__not_in] => Array
(
)

[author__in] => Array
(
)

[author__not_in] => Array
(
)

[cache_results] => 1
[update_post_term_cache] => 1
[lazy_load_term_meta] => 1
[update_post_meta_cache] => 1
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
)

[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
)

[relation] => AND
[table_aliases:protected] => Array
(
)

[queried_terms] => Array
(
)

[primary_table] => wp_posts
[primary_id_column] => ID
)

[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
)

[relation] =>
[meta_table] =>
[meta_id_column] =>
[primary_table] =>
[primary_id_column] =>
[table_aliases:protected] => Array
(
)

[clauses:protected] => Array
(
)

[has_or_relation:protected] =>
)

[date_query] =>
[request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private')) ORDER BY wp_posts.post_date DESC LIMIT 0, 3
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 12656
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => שליש באגט גרין לייט (4 במארז)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => open
[post_password] =>
[post_name] => %d7%a9%d7%9c%d7%99%d7%a9-%d7%91%d7%90%d7%92%d7%98-%d7%92%d7%a8%d7%99%d7%9f-%d7%9c%d7%99%d7%99%d7%98-4-%d7%91%d7%9e%d7%90%d7%a8%d7%96
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:34:42
[post_modified_gmt] => 2018-05-13 07:34:42
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[1] => WP_Post Object
(
[ID] => 12622
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => שעועית מנומרת אורגני (500 גרם)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => open
[post_password] =>
[post_name] => %d7%a9%d7%a2%d7%95%d7%a2%d7%99%d7%aa-%d7%9e%d7%a0%d7%95%d7%9e%d7%a8%d7%aa-%d7%90%d7%95%d7%a8%d7%92%d7%a0%d7%99-500-%d7%92%d7%a8%d7%9d
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:34:42
[post_modified_gmt] => 2018-05-13 07:34:42
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[2] => WP_Post Object
(
[ID] => 12624
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => שעועית מש אורגני (500 גרם)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => open
[post_password] =>
[post_name] => %d7%a9%d7%a2%d7%95%d7%a2%d7%99%d7%aa-%d7%9e%d7%a9-%d7%90%d7%95%d7%a8%d7%92%d7%a0%d7%99-500-%d7%92%d7%a8%d7%9d
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:34:42
[post_modified_gmt] => 2018-05-13 07:34:42
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

)

[post_count] => 3
[current_post] => -1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 12656
[post_author] => 1
[post_date] => 2018-05-13 10:34:42
[post_date_gmt] => 2018-05-13 07:34:42
[post_content] =>
[post_title] => שליש באגט גרין לייט (4 במארז)
[post_excerpt] => from supplier
[post_status] => publish
[comment_status] => closed
[ping_status] => open
[post_password] =>
[post_name] => %d7%a9%d7%9c%d7%99%d7%a9-%d7%91%d7%90%d7%92%d7%98-%d7%92%d7%a8%d7%99%d7%9f-%d7%9c%d7%99%d7%99%d7%98-4-%d7%91%d7%9e%d7%90%d7%a8%d7%96
[to_ping] =>
[pinged] =>
[post_modified] => 2018-05-13 10:34:42
[post_modified_gmt] => 2018-05-13 07:34:42
[post_content_filtered] =>
[post_parent] => 0
[guid] => hidden link
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)

[comment_count] => 0
[current_comment] => -1
[found_posts] => 3
[max_num_pages] => 1
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] =>
[is_date] =>
[is_year] =>
[is_month] =>
[is_day] =>
[is_time] =>
[is_author] =>
[is_category] =>
[is_tag] =>
[is_tax] =>
[is_search] =>
[is_feed] =>
[is_comment_feed] =>
[is_trackback] =>
[is_home] => 1
[is_404] =>
[is_embed] =>
[is_paged] =>
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_posts_page] =>
[is_post_type_archive] =>
[query_vars_hash:WP_Query:private] => 823d87af5c1ff61a2232f502a421c570
[query_vars_changed:WP_Query:private] =>
[thumbnails_cached] =>
[stopwords:WP_Query:private] =>
[compat_fields:WP_Query:private] => Array
(
[0] => query_vars_hash
[1] => query_vars_changed
)

[compat_methods:WP_Query:private] => Array
(
[0] => init_query_flags
[1] => parse_tax_query
)

)
+ View Loop

- Login Menu (This View selects users with any role, limit to 1 item ordered by user login, ascending)

ID 12687
Name Login Menu (Edit)
Kind of element View
Render time 0.01212
Memory used 0.0153MB
Summary This View selects users with any role, limit to 1 item ordered by user login, ascending
Query args Hide
Basic query arguments
Array
(
)
MySQL query Hide
SELECT SQL_CALC_FOUND_ROWS wp_users.* FROM wp_users WHERE 1=1 ORDER BY user_login ASC LIMIT 0, 1
Items found 1
Query results Hide
WP_User_Query Object
(
[query_vars] => Array
(
[blog_id] => 1
[role] =>
[role__in] => Array
(
)

[role__not_in] => Array
(
)

[meta_key] =>
[meta_value] =>
[meta_compare] =>
[include] => Array
(
)

[exclude] => Array
(
)

[search] =>
[search_columns] => Array
(
)

[orderby] => user_login
[order] => ASC
[offset] => 0
[number] => 1
[paged] => 1
[count_total] => 1
[fields] => all
[who] =>
[has_published_posts] =>
[nicename] =>
[nicename__in] => Array
(
)

[nicename__not_in] => Array
(
)

[login] =>
[login__in] => Array
(
)

[login__not_in] => Array
(
)

)

[results:WP_User_Query:private] => Array
(
[0] => WP_User Object
(
[data] => stdClass Object
(
[ID] => 1
[user_login] => admin
[user_pass] => $P$BL//CIFcl1ZKi6E/oTnFl2rFbDrhgZ1
[user_nicename] => admin
[user_email] => ai@idoangel.com
[user_url] =>
[user_registered] => 2018-02-10 20:40:52
[user_activation_key] =>
[user_status] => 0
[display_name] => admin
)

[ID] => 1
[caps] => Array
(
[administrator] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
)

[cap_key] => wp_capabilities
[roles] => Array
(
[0] => administrator
)

[allcaps] => Array
(
[switch_themes] => 1
[edit_themes] => 1
[activate_plugins] => 1
[edit_plugins] => 1
[edit_users] => 1
[edit_files] => 1
[manage_options] => 1
[moderate_comments] => 1
[manage_categories] => 1
[manage_links] => 1
[upload_files] => 1
[import] => 1
[unfiltered_html] => 1
[edit_posts] => 1
[edit_others_posts] => 1
[edit_published_posts] => 1
[publish_posts] => 1
[edit_pages] => 1
[read] => 1
[level_10] => 1
[level_9] => 1
[level_8] => 1
[level_7] => 1
[level_6] => 1
[level_5] => 1
[level_4] => 1
[level_3] => 1
[level_2] => 1
[level_1] => 1
[level_0] => 1
[edit_others_pages] => 1
[edit_published_pages] => 1
[publish_pages] => 1
[delete_pages] => 1
[delete_others_pages] => 1
[delete_published_pages] => 1
[delete_posts] => 1
[delete_others_posts] => 1
[delete_published_posts] => 1
[delete_private_posts] => 1
[edit_private_posts] => 1
[read_private_posts] => 1
[delete_private_pages] => 1
[edit_private_pages] => 1
[read_private_pages] => 1
[delete_users] => 1
[create_users] => 1
[unfiltered_upload] => 1
[edit_dashboard] => 1
[update_plugins] => 1
[delete_plugins] => 1
[install_plugins] => 1
[update_themes] => 1
[install_themes] => 1
[update_core] => 1
[list_users] => 1
[remove_users] => 1
[promote_users] => 1
[edit_theme_options] => 1
[delete_themes] => 1
[export] => 1
[manage_woocommerce] => 1
[view_woocommerce_reports] => 1
[edit_product] => 1
[read_product] => 1
[delete_product] => 1
[edit_products] => 1
[edit_others_products] => 1
[publish_products] => 1
[read_private_products] => 1
[delete_products] => 1
[delete_private_products] => 1
[delete_published_products] => 1
[delete_others_products] => 1
[edit_private_products] => 1
[edit_published_products] => 1
[manage_product_terms] => 1
[edit_product_terms] => 1
[delete_product_terms] => 1
[assign_product_terms] => 1
[edit_shop_order] => 1
[read_shop_order] => 1
[delete_shop_order] => 1
[edit_shop_orders] => 1
[edit_others_shop_orders] => 1
[publish_shop_orders] => 1
[read_private_shop_orders] => 1
[delete_shop_orders] => 1
[delete_private_shop_orders] => 1
[delete_published_shop_orders] => 1
[delete_others_shop_orders] => 1
[edit_private_shop_orders] => 1
[edit_published_shop_orders] => 1
[manage_shop_order_terms] => 1
[edit_shop_order_terms] => 1
[delete_shop_order_terms] => 1
[assign_shop_order_terms] => 1
[edit_shop_coupon] => 1
[read_shop_coupon] => 1
[delete_shop_coupon] => 1
[edit_shop_coupons] => 1
[edit_others_shop_coupons] => 1
[publish_shop_coupons] => 1
[read_private_shop_coupons] => 1
[delete_shop_coupons] => 1
[delete_private_shop_coupons] => 1
[delete_published_shop_coupons] => 1
[delete_others_shop_coupons] => 1
[edit_private_shop_coupons] => 1
[edit_published_shop_coupons] => 1
[manage_shop_coupon_terms] => 1
[edit_shop_coupon_terms] => 1
[delete_shop_coupon_terms] => 1
[assign_shop_coupon_terms] => 1
[edit_shop_webhook] => 1
[read_shop_webhook] => 1
[delete_shop_webhook] => 1
[edit_shop_webhooks] => 1
[edit_others_shop_webhooks] => 1
[publish_shop_webhooks] => 1
[read_private_shop_webhooks] => 1
[delete_shop_webhooks] => 1
[delete_private_shop_webhooks] => 1
[delete_published_shop_webhooks] => 1
[delete_others_shop_webhooks] => 1
[edit_private_shop_webhooks] => 1
[edit_published_shop_webhooks] => 1
[manage_shop_webhook_terms] => 1
[edit_shop_webhook_terms] => 1
[delete_shop_webhook_terms] => 1
[assign_shop_webhook_terms] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
[edit_custom_css] => 1
[read_custom_css] => 1
[delete_custom_css] => 1
[edit_custom_csss] => 1
[edit_others_custom_csss] => 1
[publish_custom_csss] => 1
[delete_custom_csss] => 1
[delete_published_custom_csss] => 1
[delete_others_custom_csss] => 1
[edit_published_custom_csss] => 1
[administrator] => 1
)

[filter] =>
[site_id:WP_User:private] => 1
)

)

[total_users:WP_User_Query:private] => 3
[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
)

[relation] =>
[meta_table] =>
[meta_id_column] =>
[primary_table] =>
[primary_id_column] =>
[table_aliases:protected] => Array
(
)

[clauses:protected] => Array
(
)

[has_or_relation:protected] =>
)

[request] => SELECT SQL_CALC_FOUND_ROWS wp_users.* FROM wp_users WHERE 1=1 ORDER BY user_login ASC LIMIT 0, 1
[compat_fields:WP_User_Query:private] => Array
(
[0] => results
[1] => total_users
)

[query_fields] => SQL_CALC_FOUND_ROWS wp_users.*
[query_from] => FROM wp_users
[query_where] => WHERE 1=1
[query_orderby] => ORDER BY user_login ASC
[query_limit] => LIMIT 0, 1
)
Filters
Filter arguments before the query using wpv_filter_user_query Hide
wpv_filter_user_query
Array
(
[orderby] => user_login
[order] => ASC
[number] => 1
[offset] => 0
[exclude] => Array
(
)

)
Filter the returned query using wpv_filter_user_post_query Hide
wpv_filter_user_post_query
Array
(
[0] => WP_User Object
(
[data] => stdClass Object
(
[ID] => 1
[user_login] => admin
[user_pass] => $P$BL//CIFcl1ZKi6E/oTnFl2rFbDrhgZ1
[user_nicename] => admin
[user_email] => ai@idoangel.com
[user_url] =>
[user_registered] => 2018-02-10 20:40:52
[user_activation_key] =>
[user_status] => 0
[display_name] => admin
)

[ID] => 1
[caps] => Array
(
[administrator] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
)

[cap_key] => wp_capabilities
[roles] => Array
(
[0] => administrator
)

[allcaps] => Array
(
[switch_themes] => 1
[edit_themes] => 1
[activate_plugins] => 1
[edit_plugins] => 1
[edit_users] => 1
[edit_files] => 1
[manage_options] => 1
[moderate_comments] => 1
[manage_categories] => 1
[manage_links] => 1
[upload_files] => 1
[import] => 1
[unfiltered_html] => 1
[edit_posts] => 1
[edit_others_posts] => 1
[edit_published_posts] => 1
[publish_posts] => 1
[edit_pages] => 1
[read] => 1
[level_10] => 1
[level_9] => 1
[level_8] => 1
[level_7] => 1
[level_6] => 1
[level_5] => 1
[level_4] => 1
[level_3] => 1
[level_2] => 1
[level_1] => 1
[level_0] => 1
[edit_others_pages] => 1
[edit_published_pages] => 1
[publish_pages] => 1
[delete_pages] => 1
[delete_others_pages] => 1
[delete_published_pages] => 1
[delete_posts] => 1
[delete_others_posts] => 1
[delete_published_posts] => 1
[delete_private_posts] => 1
[edit_private_posts] => 1
[read_private_posts] => 1
[delete_private_pages] => 1
[edit_private_pages] => 1
[read_private_pages] => 1
[delete_users] => 1
[create_users] => 1
[unfiltered_upload] => 1
[edit_dashboard] => 1
[update_plugins] => 1
[delete_plugins] => 1
[install_plugins] => 1
[update_themes] => 1
[install_themes] => 1
[update_core] => 1
[list_users] => 1
[remove_users] => 1
[promote_users] => 1
[edit_theme_options] => 1
[delete_themes] => 1
[export] => 1
[manage_woocommerce] => 1
[view_woocommerce_reports] => 1
[edit_product] => 1
[read_product] => 1
[delete_product] => 1
[edit_products] => 1
[edit_others_products] => 1
[publish_products] => 1
[read_private_products] => 1
[delete_products] => 1
[delete_private_products] => 1
[delete_published_products] => 1
[delete_others_products] => 1
[edit_private_products] => 1
[edit_published_products] => 1
[manage_product_terms] => 1
[edit_product_terms] => 1
[delete_product_terms] => 1
[assign_product_terms] => 1
[edit_shop_order] => 1
[read_shop_order] => 1
[delete_shop_order] => 1
[edit_shop_orders] => 1
[edit_others_shop_orders] => 1
[publish_shop_orders] => 1
[read_private_shop_orders] => 1
[delete_shop_orders] => 1
[delete_private_shop_orders] => 1
[delete_published_shop_orders] => 1
[delete_others_shop_orders] => 1
[edit_private_shop_orders] => 1
[edit_published_shop_orders] => 1
[manage_shop_order_terms] => 1
[edit_shop_order_terms] => 1
[delete_shop_order_terms] => 1
[assign_shop_order_terms] => 1
[edit_shop_coupon] => 1
[read_shop_coupon] => 1
[delete_shop_coupon] => 1
[edit_shop_coupons] => 1
[edit_others_shop_coupons] => 1
[publish_shop_coupons] => 1
[read_private_shop_coupons] => 1
[delete_shop_coupons] => 1
[delete_private_shop_coupons] => 1
[delete_published_shop_coupons] => 1
[delete_others_shop_coupons] => 1
[edit_private_shop_coupons] => 1
[edit_published_shop_coupons] => 1
[manage_shop_coupon_terms] => 1
[edit_shop_coupon_terms] => 1
[delete_shop_coupon_terms] => 1
[assign_shop_coupon_terms] => 1
[edit_shop_webhook] => 1
[read_shop_webhook] => 1
[delete_shop_webhook] => 1
[edit_shop_webhooks] => 1
[edit_others_shop_webhooks] => 1
[publish_shop_webhooks] => 1
[read_private_shop_webhooks] => 1
[delete_shop_webhooks] => 1
[delete_private_shop_webhooks] => 1
[delete_published_shop_webhooks] => 1
[delete_others_shop_webhooks] => 1
[edit_private_shop_webhooks] => 1
[edit_published_shop_webhooks] => 1
[manage_shop_webhook_terms] => 1
[edit_shop_webhook_terms] => 1
[delete_shop_webhook_terms] => 1
[assign_shop_webhook_terms] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
[edit_custom_css] => 1
[read_custom_css] => 1
[delete_custom_css] => 1
[edit_custom_csss] => 1
[edit_others_custom_csss] => 1
[publish_custom_csss] => 1
[delete_custom_csss] => 1
[delete_published_custom_csss] => 1
[delete_others_custom_csss] => 1
[edit_published_custom_csss] => 1
[administrator] => 1
)

[filter] =>
[site_id:WP_User:private] => 1
)

)
- View Loop

Title User: admin, ID: 1
Received array Show
Original content
[wpv-post-body view_template="loop-item-in-login-menu"]

Shortcodes
wpv-post-body: Hide
Attributes: {"view_template":"loop-item-in-login-menu"}
Info: Output shown in the Nested elements section
Nested elements
- Loop item in Login Menu

ID 12688
Name Loop item in Login Menu (Edit)
Kind of element Content Template
Render time 0.00406
Memory used 0.0076MB
+ Template results

- Loop item in Login Menu

ID 12688
Name Loop item in Login Menu (Edit)
Kind of element Content Template
Render time 0.0033799999999999
Memory used 0.0065MB
- Template results

Received array Hide
WP_User Object
(
[data] => stdClass Object
(
[ID] => 1
[user_login] => admin
[user_pass] => $P$BL//CIFcl1ZKi6E/oTnFl2rFbDrhgZ1
[user_nicename] => admin
[user_email] => ai@idoangel.com
[user_url] =>
[user_registered] => 2018-02-10 20:40:52
[user_activation_key] =>
[user_status] => 0
[display_name] => admin
[meta] => Array
(
[nickname] => Array
(
[0] => admin
)

[first_name] => Array
(
[0] => עידו
)

[last_name] => Array
(
[0] => אנג'ל
)

[description] => Array
(
[0] =>
)

[rich_editing] => Array
(
[0] => true
)

[syntax_highlighting] => Array
(
[0] => true
)

[comment_shortcuts] => Array
(
[0] => false
)

[admin_color] => Array
(
[0] => fresh
)

[use_ssl] => Array
(
[0] => 0
)

[show_admin_bar_front] => Array
(
[0] => true
)

[locale] => Array
(
[0] => en_US
)

[wp_capabilities] => Array
(
[0] => a:13:{s:13:"administrator";b:1;s:26:"wpcf_custom_post_type_view";b:1;s:26:"wpcf_custom_post_type_edit";b:1;s:33:"wpcf_custom_post_type_edit_others";b:1;s:25:"wpcf_custom_taxonomy_view";b:1;s:25:"wpcf_custom_taxonomy_edit";b:1;s:32:"wpcf_custom_taxonomy_edit_others";b:1;s:22:"wpcf_custom_field_view";b:1;s:22:"wpcf_custom_field_edit";b:1;s:29:"wpcf_custom_field_edit_others";b:1;s:25:"wpcf_user_meta_field_view";b:1;s:25:"wpcf_user_meta_field_edit";b:1;s:32:"wpcf_user_meta_field_edit_others";b:1;}
)

[wp_user_level] => Array
(
[0] => 10
)

[dismissed_wp_pointers] => Array
(
[0] => theme_editor_notice,vc_pointers_backend_editor,pksn1,plugin_editor_notice
)

[show_welcome_panel] => Array
(
[0] => 1
)

[session_tokens] => Array
(
[0] => a:10:{s:64:"1809554ed57969a7fdf96b147cd073a9fd2b5a60bd66d2584800c91db083bdc5";a:4:{s:10:"expiration";i:1526251547;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526078747;}s:64:"75aca662c64a7a06735e399ab4ae5e39dd8582484cb4bb965d0779b31d85c1a1";a:4:{s:10:"expiration";i:1526255797;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526082997;}s:64:"04c91dd30d49caf9e278c43134664be5dc6a0df401a3a4ffaf92e4c12a9cfbd0";a:4:{s:10:"expiration";i:1526361629;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526188829;}s:64:"92e12ce96add95e8dd0f73f955222acae2a8db9675b4acf1c305dd36bb99fe5a";a:4:{s:10:"expiration";i:1526364056;s:2:"ip";s:14:"77.139.209.224";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526191256;}s:64:"c778b20eadba73857d1cf1db50b997698d6b0fa5166cf097c456077de74fd09c";a:4:{s:10:"expiration";i:1526383539;s:2:"ip";s:14:"77.139.209.224";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526210739;}s:64:"66ab13e9f7fe4520489c2c5a2abdfc0832e35bf15b974f8f23dc4361e9a1419a";a:4:{s:10:"expiration";i:1526393084;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526220284;}s:64:"11a325c40a4e4f70f0cc29a9f099a54d715b403b0eb1cb6c8f80a68fc44253a6";a:4:{s:10:"expiration";i:1526394713;s:2:"ip";s:11:"2.55.21.238";s:2:"ua";s:144:"Mozilla/5.0 (iPhone; CPU iPhone OS 11_3_1 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) CriOS/66.0.3359.122 Mobile/15E302 Safari/604.1";s:5:"login";i:1526221913;}s:64:"3bf98b29737af9fdfb3f631736c7027f6b1787263d10774576ff08c2ae5d5900";a:4:{s:10:"expiration";i:1526395708;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526222908;}s:64:"5b8acec0e4afcf5ffa681001555deece2de719500ed14c27fc195a2d467ded0d";a:4:{s:10:"expiration";i:1526417691;s:2:"ip";s:11:"2.55.142.27";s:2:"ua";s:144:"Mozilla/5.0 (iPhone; CPU iPhone OS 11_3_1 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) CriOS/66.0.3359.122 Mobile/15E302 Safari/604.1";s:5:"login";i:1526244891;}s:64:"dd7fd4b0b33ec997d20736fc52c46b0dd97928bd1ff3a86ced53e31a208641ad";a:4:{s:10:"expiration";i:1526419353;s:2:"ip";s:11:"37.142.4.45";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36";s:5:"login";i:1526246553;}}
)

[wp_user-settings] => Array
(
[0] => libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=642px&edit_element_vcUIPanelTop=82px&editor=html
)

[wp_user-settings-time] => Array
(
[0] => 1526078823
)

[wp_dashboard_quick_press_last_post_id] => Array
(
[0] => 9052
)

[community-events-location] => Array
(
[0] => a:1:{s:2:"ip";s:10:"37.142.4.0";}
)

[billing_first_name] => Array
(
[0] => עידו
)

[billing_last_name] => Array
(
[0] => אנג'ל
)

[billing_company] => Array
(
[0] =>
)

[billing_address_1] => Array
(
[0] => ויצמן 52
)

[billing_address_2] => Array
(
[0] =>
)

[billing_city] => Array
(
[0] => תל אביב
)

[billing_postcode] => Array
(
[0] => 5620087
)

[billing_country] => Array
(
[0] => IL
)

[billing_state] => Array
(
[0] =>
)

[billing_phone] => Array
(
[0] => 0545620860
)

[billing_email] => Array
(
[0] => ai@idoangel.com
)

[shipping_first_name] => Array
(
[0] =>
)

[shipping_last_name] => Array
(
[0] =>
)

[shipping_company] => Array
(
[0] =>
)

[shipping_address_1] => Array
(
[0] =>
)

[shipping_address_2] => Array
(
[0] =>
)

[shipping_city] => Array
(
[0] =>
)

[shipping_postcode] => Array
(
[0] =>
)

[shipping_country] => Array
(
[0] =>
)

[shipping_state] => Array
(
[0] =>
)

[last_update] => Array
(
[0] => 1525762000
)

[nav_menu_recently_edited] => Array
(
[0] => 67
)

[managenav-menuscolumnshidden] => Array
(
[0] => a:4:{i:0;s:11:"link-target";i:1;s:15:"title-attribute";i:2;s:3:"xfn";i:3;s:11:"description";}
)

[metaboxhidden_nav-menus] => Array
(
[0] => a:6:{i:0;s:25:"add-post-type-testimonial";i:1;s:21:"add-post-type-product";i:2;s:12:"add-post_tag";i:3;s:15:"add-post_format";i:4;s:15:"add-product_cat";i:5;s:15:"add-product_tag";}
)

[_wpv_dismissed_pointers] => Array
(
[0] => a:2:{s:37:"inserted-layout-loop-content-template";s:3:"yes";s:15:"set-wpa-purpose";s:3:"yes";}
)

[wpcf-field-settings] => Array
(
[0] => a:1:{s:12:"second-image";a:1:{s:10:"image_size";s:4:"full";}}
)

[closedpostboxes_custom-css-js] => Array
(
[0] => a:0:{}
)

[metaboxhidden_custom-css-js] => Array
(
[0] => a:0:{}
)

[closedpostboxes_toolset_page_wpcf-edit] => Array
(
[0] => a:3:{i:0;s:31:"types-custom-field-tooltip-info";i:1;s:31:"types-custom-field-second-image";i:2;s:28:"types-custom-field-notkosher";}
)

[metaboxhidden_toolset_page_wpcf-edit] => Array
(
[0] => a:0:{}
)

[edit_product_per_page] => Array
(
[0] => 100
)

[closedpostboxes_product] => Array
(
[0] => a:1:{i:0;s:42:"wpcf-group-woocommerce-views-filter-fields";}
)

[metaboxhidden_product] => Array
(
[0] => a:1:{i:0;s:7:"slugdiv";}
)

[shipping_method] => Array
(
[0] =>
)

[_woocommerce_persistent_cart_1] => Array
(
[0] => a:1:{s:4:"cart";a:1:{s:32:"fd701bb84b2f10fc9ebc83d9e7a2379b";a:10:{s:3:"key";s:32:"fd701bb84b2f10fc9ebc83d9e7a2379b";s:10:"product_id";i:12628;s:12:"variation_id";i:12629;s:9:"variation";a:1:{s:20:"attribute_pa_package";s:4:"unit";}s:8:"quantity";i:1;s:13:"line_tax_data";a:2:{s:8:"subtotal";a:1:{i:1;d:4.19914529914529754961449725669808685779571533203125;}s:5:"total";a:1:{i:1;d:4.19914529914529754961449725669808685779571533203125;}}s:13:"line_subtotal";d:24.700854700854701917478450923226773738861083984375;s:17:"line_subtotal_tax";d:4.19914529914529754961449725669808685779571533203125;s:10:"line_total";d:24.700854700854701917478450923226773738861083984375;s:8:"line_tax";d:4.19914529914529754961449725669808685779571533203125;}}}
)

[closedpostboxes_] => Array
(
[0] => a:8:{i:0;s:31:"types-custom-field-second-image";i:1;s:28:"types-custom-field-notkosher";i:2;s:31:"types-custom-field-is-most-sold";i:3;s:27:"types-custom-field-calories";i:4;s:26:"types-custom-field-protein";i:5;s:22:"types-custom-field-fat";i:6;s:32:"types-custom-field-carbohydrates";i:7;s:25:"types-custom-field-sugars";}
)

[metaboxhidden_] => Array
(
[0] => a:0:{}
)

[_types_feedback_dont_show_until] => Array
(
[0] => 1533858257
)

)

)

[ID] => 1
[caps] => Array
(
[administrator] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
)

[cap_key] => wp_capabilities
[roles] => Array
(
[0] => administrator
)

[allcaps] => Array
(
[switch_themes] => 1
[edit_themes] => 1
[activate_plugins] => 1
[edit_plugins] => 1
[edit_users] => 1
[edit_files] => 1
[manage_options] => 1
[moderate_comments] => 1
[manage_categories] => 1
[manage_links] => 1
[upload_files] => 1
[import] => 1
[unfiltered_html] => 1
[edit_posts] => 1
[edit_others_posts] => 1
[edit_published_posts] => 1
[publish_posts] => 1
[edit_pages] => 1
[read] => 1
[level_10] => 1
[level_9] => 1
[level_8] => 1
[level_7] => 1
[level_6] => 1
[level_5] => 1
[level_4] => 1
[level_3] => 1
[level_2] => 1
[level_1] => 1
[level_0] => 1
[edit_others_pages] => 1
[edit_published_pages] => 1
[publish_pages] => 1
[delete_pages] => 1
[delete_others_pages] => 1
[delete_published_pages] => 1
[delete_posts] => 1
[delete_others_posts] => 1
[delete_published_posts] => 1
[delete_private_posts] => 1
[edit_private_posts] => 1
[read_private_posts] => 1
[delete_private_pages] => 1
[edit_private_pages] => 1
[read_private_pages] => 1
[delete_users] => 1
[create_users] => 1
[unfiltered_upload] => 1
[edit_dashboard] => 1
[update_plugins] => 1
[delete_plugins] => 1
[install_plugins] => 1
[update_themes] => 1
[install_themes] => 1
[update_core] => 1
[list_users] => 1
[remove_users] => 1
[promote_users] => 1
[edit_theme_options] => 1
[delete_themes] => 1
[export] => 1
[manage_woocommerce] => 1
[view_woocommerce_reports] => 1
[edit_product] => 1
[read_product] => 1
[delete_product] => 1
[edit_products] => 1
[edit_others_products] => 1
[publish_products] => 1
[read_private_products] => 1
[delete_products] => 1
[delete_private_products] => 1
[delete_published_products] => 1
[delete_others_products] => 1
[edit_private_products] => 1
[edit_published_products] => 1
[manage_product_terms] => 1
[edit_product_terms] => 1
[delete_product_terms] => 1
[assign_product_terms] => 1
[edit_shop_order] => 1
[read_shop_order] => 1
[delete_shop_order] => 1
[edit_shop_orders] => 1
[edit_others_shop_orders] => 1
[publish_shop_orders] => 1
[read_private_shop_orders] => 1
[delete_shop_orders] => 1
[delete_private_shop_orders] => 1
[delete_published_shop_orders] => 1
[delete_others_shop_orders] => 1
[edit_private_shop_orders] => 1
[edit_published_shop_orders] => 1
[manage_shop_order_terms] => 1
[edit_shop_order_terms] => 1
[delete_shop_order_terms] => 1
[assign_shop_order_terms] => 1
[edit_shop_coupon] => 1
[read_shop_coupon] => 1
[delete_shop_coupon] => 1
[edit_shop_coupons] => 1
[edit_others_shop_coupons] => 1
[publish_shop_coupons] => 1
[read_private_shop_coupons] => 1
[delete_shop_coupons] => 1
[delete_private_shop_coupons] => 1
[delete_published_shop_coupons] => 1
[delete_others_shop_coupons] => 1
[edit_private_shop_coupons] => 1
[edit_published_shop_coupons] => 1
[manage_shop_coupon_terms] => 1
[edit_shop_coupon_terms] => 1
[delete_shop_coupon_terms] => 1
[assign_shop_coupon_terms] => 1
[edit_shop_webhook] => 1
[read_shop_webhook] => 1
[delete_shop_webhook] => 1
[edit_shop_webhooks] => 1
[edit_others_shop_webhooks] => 1
[publish_shop_webhooks] => 1
[read_private_shop_webhooks] => 1
[delete_shop_webhooks] => 1
[delete_private_shop_webhooks] => 1
[delete_published_shop_webhooks] => 1
[delete_others_shop_webhooks] => 1
[edit_private_shop_webhooks] => 1
[edit_published_shop_webhooks] => 1
[manage_shop_webhook_terms] => 1
[edit_shop_webhook_terms] => 1
[delete_shop_webhook_terms] => 1
[assign_shop_webhook_terms] => 1
[wpcf_custom_post_type_view] => 1
[wpcf_custom_post_type_edit] => 1
[wpcf_custom_post_type_edit_others] => 1
[wpcf_custom_taxonomy_view] => 1
[wpcf_custom_taxonomy_edit] => 1
[wpcf_custom_taxonomy_edit_others] => 1
[wpcf_custom_field_view] => 1
[wpcf_custom_field_edit] => 1
[wpcf_custom_field_edit_others] => 1
[wpcf_user_meta_field_view] => 1
[wpcf_user_meta_field_edit] => 1
[wpcf_user_meta_field_edit_others] => 1
[edit_custom_css] => 1
[read_custom_css] => 1
[delete_custom_css] => 1
[edit_custom_csss] => 1
[edit_others_custom_csss] => 1
[publish_custom_csss] => 1
[delete_custom_csss] => 1
[delete_published_custom_csss] => 1
[delete_others_custom_csss] => 1
[edit_published_custom_csss] => 1
[administrator] => 1
)

[filter] =>
[site_id:WP_User:private] => 1
)
Original content <ul class="loglinksmenu">
[wpv-conditional if="( '[wpv-current-user info='logged_in']' eq 'true' )"]

  • hidden link"><img src="hidden link" width="24" height="24" class="size-full" /> האיזור האישי
  • [/wpv-conditional]
    [wpv-conditional if="( '[wpv-current-user info='logged_in']' eq 'false' )"]

  • hidden link"><img src="hidden link" width="24" height="24" class="size-full" /> הרשמה
  • [/wpv-conditional]
    [wpv-conditional if="( '[wpv-current-user info='logged_in']' eq 'false' )"]

  • hidden link"><img src="hidden link" width="24" height="24" class="size-full" /> התחבר
  • [/wpv-conditional]
    [wpv-conditional if="( '[wpv-current-user info='logged_in']' eq 'true' )"]

  • hidden link"><img src="hidden link" width="24" height="24" class="size-full" /> התנתק
  • [/wpv-conditional]

    Shortcodes
    wpv-current-user: Hide
    Attributes: {"info":"logged_in","profile-picture-size":96,"profile-picture-default-url":"","profile-picture-alt":false,"profile-picture-shape":"circle"}
    Info: Data received from cache
    Output: true
    wpv-current-user: Hide
    Attributes: {"info":"logged_in","profile-picture-size":96,"profile-picture-default-url":"","profile-picture-alt":false,"profile-picture-shape":"circle"}
    Info: Data received from cache
    Output: true
    wpv-current-user: Hide
    Attributes: {"info":"logged_in","profile-picture-size":96,"profile-picture-default-url":"","profile-picture-alt":false,"profile-picture-shape":"circle"}
    Info: Data received from cache
    Output: true
    wpv-current-user: Hide
    Attributes: {"info":"logged_in","profile-picture-size":96,"profile-picture-default-url":"","profile-picture-alt":false,"profile-picture-shape":"circle"}
    Info: Data received from cache
    Output: true
    wpv-conditional: Hide
    Attributes: {"if":"( 'true' = 'true' )"}
    Info: Data received from cache
    Output:

  • hidden link"><img src="hidden link" width="24" height="24" class="size-full" /> האיזור האישי
  • wpv-conditional: Hide
    Attributes: {"if":"( 'true' = 'false' )"}
    Info: Data received from cache
    wpv-conditional: Hide
    Attributes: {"if":"( 'true' = 'false' )"}
    Info: Data received from cache
    wpv-conditional: Hide
    Attributes: {"if":"( 'true' = 'true' )"}
    Info: Data received from cache
    Output:

  • hidden link"><img src="hidden link" width="24" height="24" class="size-full" /> התנתק
  • Output (RAW) <ul class="loglinksmenu">

  • hidden link"><img src="hidden link" width="24" height="24" class="size-full" /> האיזור האישי
  • hidden link"><img src="hidden link" width="24" height="24" class="size-full" /> התנתק
  • Output (RAW)
    <ul class="loglinksmenu">

  • hidden link"><img src="hidden link" width="24" height="24" class="size-full" /> האיזור האישי
  • hidden link"><img src="hidden link" width="24" height="24" class="size-full" /> התנתק
  • #881470

    Thanks, I don't see anything obviously wrong here but I also don't see any information about the View with ID 9015, which is the related posts View. Can you tell me more about how this View is added to the Product Grid View and the Combo View? Share any shortcodes you have used, any Loop Output code, any Content Template code, any custom PHP code in your functions.php file, etc.

    #881473

    hey,

    here's the combo view (same as the product grid view, only filtering products checked as combos via a custom field):

    <div class="owl-item" style="width: 300px;">
    <div class="vgw-item">
    <div class="vgw-item-i hidden-desc effect-3">
    <div class="product-image">
    <img alt="[wpv-post-title]" src="[wpv-post-featured-image size='woocommerce_thumbnail' output='url']" class="primary_image lazy" style="display: block;">
    <span class="second">
    <img alt="[wpv-post-title]" src="[types field='second-image' size='full' url='true'][/types]" class="secondary_image lazy" style="display: block;"></span>
    <div class="labels">
    [wpv-conditional if="( '[wpv-post-date format='U']' gt 'MONTHS_FROM_NOW(-1)' )"]<span class="new"><img src="<em><u>hidden link</u></em>" width="56" height="25" class="size-full" /></span>[/wpv-conditional]
    [wpv-conditional if="( woo_product_on_sale() eq '1' )"]<span class="sale"><img src="<em><u>hidden link</u></em>" width="56" height="25" class="size-full" /></span>[/wpv-conditional]
      [wpv-conditional if="( $(wpcf-notkosher) eq '1' )"]<span class="not-kosher"><img src="<em><u>hidden link</u></em>" width="56" height="25" class="size-full" /></span>[/wpv-conditional]
    </div>
      <div class="popupido">
        [cq_vc_modal buttontext="JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRm91dG9mc2l0ZS5jby5pbCUyRmdyZWVuYm94JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZpbmZvLmpwZyUyMiUyMGNsYXNzJTNEJTIyc2l6ZS1mdWxsJTIyJTIwJTJGJTNF=" icon_color="#ffffff" popup_title="[wpv-post-title]"  width="850" popup_sub_title="" header_color="#333333" overlay_color="rgba(0,0,0,0.4)" overlay_close="true" close_on_escape="true"]
    <div class="insidetop">
    <div class="innerright">
     [wpv-post-featured-image size="custom" width="300" height="300" crop="true"]
      </div>
    <div class="innerleft">
        <h3 class="innertitle">[wpv-post-title]</h3>
        [wpv-conditional if="( '[wpv-post-excerpt]' ne '' )"]<strong>[wpv-post-excerpt]</strong>[/wpv-conditional]
      <div class="ingredients">
      [wpv-conditional if="( $(wpcf-calories) ne '' )"]<p>קלוריות: [types field='calories' output='raw'][/types]</p>[/wpv-conditional]
      [wpv-conditional if="( $(wpcf-protein) ne '' )"]<p>חלבונים: [types field='protein' output='raw'][/types]</p>[/wpv-conditional]
      [wpv-conditional if="( $(wpcf-fat) ne '' )"]<p>שומנים: [types field='fat' output='raw'][/types]</p>[/wpv-conditional]
      [wpv-conditional if="( $(wpcf-sugars) ne '' )"]<p>סוכרים: [types field='sugars' output='raw'][/types]</p>[/wpv-conditional]
      [wpv-conditional if="( $(wpcf-carbohydrates) ne '' )"]<p>פחמימות: [types field='carbohydrates' output='raw'][/types]</p>[/wpv-conditional]
      [wpv-conditional if="( $(wpcf-fiber) ne '' )"]<p>סיבים תזונתיים: [types field='fiber' output='raw'][/types]</p>[/wpv-conditional]
      </div>
    </div>
        </div>
        <div class="relatedproducts">
          <h4>מוצרים נוספים שעלולים לעניין אותך:</h4>
      [wpv-view name="related"]
        </div>
    
    
    
        [/cq_vc_modal]
      </div>
    </div>
      <div class="productdetails">
        <p class="ptitle" style="text-align: center; margin-bottom: 10px;">[wpv-post-title]</p>
        <h3 class="theprice">[wpv-woo-product-price]</h3>
    [wpv-woo-buy-or-select add_to_cart_text="." show_quantity_in_button="yes" show_variation_options="yes"]
      </div>
      </div>
      </div>
    </div>
    
    #883377

    Shane
    Supporter

    Languages: English (English )

    Timezone: America/Jamaica (GMT-05:00)

    Hi Ido,

    As Christian is currently on vacation I will be handling this ticket for you.

    Would you mind providing me with a duplicator of the site so that I can test this locally.
    https://toolset.com/faq/provide-supporters-copy-site/

    Thanks,
    Shane

    #883409

    thanks shane!

    #885066

    Shane
    Supporter

    Languages: English (English )

    Timezone: America/Jamaica (GMT-05:00)

    Hi Ido,

    The view I should be looking at are the 2 at the bottom of the page correct?

    Thanks,
    Shane

    #885067

    there are 2 outer views: combos, and products grid. there is an inner view in each, which is called “related”, and that’s the problematic view, it the related products within the popup

    #889255

    Shane
    Supporter

    Languages: English (English )

    Timezone: America/Jamaica (GMT-05:00)

    Screen Shot 2018-05-15 at 9.42.29 AM.png

    Hi Ido,

    So from my analysis the view is actually displaying the correct information, because its displaying from the same categories.

    Now your 3 posts that are being displayed are all attached to the organic category, this means that when your post is opening up in the popup then its going to display the organic items first.

    Its because each related item is also has the organic category attached to it as well.

    See Screenshot I did a little debugging on this and from you can see the ID's are all different

    So as you can see the information is correct.

    Thanks,
    Shane

    #889617

    oops.

    lol - thanks for this, it drove me crazy. what i did now is just change the sorting to random instead of post date, so that i would always get different ones no matter if the next product is in the same category.

    thank you!!

    ido