function seller_info_button_area() { get_follow_button(); $this->get_store_button(); $this->get_portfolio_button(); echo $this->sidebar_store_button_style(); }
function sidebar_store_button_area($store_user, $store_info) { get_follow_button(); $this->get_message_button($store_user, $store_info); $this->get_portfolio_button(); echo $this->sidebar_store_button_style(); }