__processed_index, $this->__hidden_price_items ) ) { return; } $item_title_attr = $this->get_item_inline_editing_attributes( 'item_title', 'price_list', $this->__processed_item_index, 'price-list__item-title' ); $item_price_attr = $this->get_item_inline_editing_attributes( 'item_price', 'price_list', $this->__processed_item_index, 'price-list__item-price' ); $item_desc_attr = $this->get_item_inline_editing_attributes( 'item_text', 'price_list', $this->__processed_item_index, 'price-list__item-desc' ); $this->__processed_item_index += 1; ?>
  • __open_price_item_link( 'item_url' ); echo '
    '; echo $this->__get_price_list_image(); echo '
    '; echo '
    '; echo $this->__loop_item( array( 'item_title' ), '
    %s
    ' ); echo '
    '; echo $this->__loop_item( array( 'item_price' ), '
    %s
    ' ); echo '
    '; echo $this->__loop_item( array( 'item_text' ), '
    %s
    ' ); echo '
    '; echo '
    '; echo $this->__close_price_item_link( 'item_url' ); ?>