Title: [Plugin: Theme Blvd WooCommerce Patch] Call to undefined function themeblvd_sidebars()
Last modified: August 20, 2016

---

# [Plugin: Theme Blvd WooCommerce Patch] Call to undefined function themeblvd_sidebars()

 *  Resolved [Mangesh](https://wordpress.org/support/users/gmangesh/)
 * (@gmangesh)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-theme-blvd-woocommerce-patch-call-to-undefined-function-themeblvd_sidebars/)
 * I get this error in debug.log with WooCommerce and “Theme Blvd WooCommerce Patch”
   and Akita theme:
 * PHP Fatal error: Call to undefined function themeblvd_sidebars() in <path>/wp-
   content/plugins/theme-blvd-woocommerce-patch/theme-blvd-woocommerce-patch.php
 * [http://wordpress.org/extend/plugins/theme-blvd-woocommerce-patch/](http://wordpress.org/extend/plugins/theme-blvd-woocommerce-patch/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Mangesh](https://wordpress.org/support/users/gmangesh/)
 * (@gmangesh)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-theme-blvd-woocommerce-patch-call-to-undefined-function-themeblvd_sidebars/#post-2828940)
 * The following call:
 * themeblvd_sidebars( ‘right’ );
 * has to be changed to:
 * themeblvd_fixed_sidebars( ‘right’ );
 * in theme-blvd-woocommerce-patch.php at line 77
 *  Plugin Author [Jason](https://wordpress.org/support/users/themeblvd/)
 * (@themeblvd)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-theme-blvd-woocommerce-patch-call-to-undefined-function-themeblvd_sidebars/#post-2829376)
 * Apologies that I never saw this thread, but this shouldn’t be the case. I believe
   this means you’re using an older version of Akita. `themeblvd_sidebars` is definitely
   not an undefined function. It contains an action, in which `themeblvd_fixed_sidebars`
   is hooked.
 * I suspect this thread was probably started around the time this plugin was posted
   and you just hadn’t updated your Akita theme to latest version back then.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Theme Blvd WooCommerce Patch] Call to undefined function themeblvd_sidebars()’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/theme-blvd-woocommerce-patch_f4f4f4.
   svg)
 * [Theme Blvd WooCommerce Patch](https://wordpress.org/plugins/theme-blvd-woocommerce-patch/)
 * [Support Threads](https://wordpress.org/support/plugin/theme-blvd-woocommerce-patch/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-blvd-woocommerce-patch/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-blvd-woocommerce-patch/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-blvd-woocommerce-patch/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jason](https://wordpress.org/support/users/themeblvd/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-theme-blvd-woocommerce-patch-call-to-undefined-function-themeblvd_sidebars/#post-2829376)
 * Status: resolved