Hello,
Lately I am getting an error like this one "Fatal error: Call to undefined function rwmb_meta() in /nas/content/staging/eastlakechurch/wp-content/plugins/elc-special-sauce/inc/elc-functions.php on line 615" when saving a post/page that includes a reference to rwmb_meta(). I had created a handful of shortcodes for displaying content in my Meta Box fields. I don't believe there are any new plugins (or other plugin updates). I wasn't receiving this error just days ago, but I am now.
Line 615 that the error references is simply:
return rwmb_meta('location_giving', '', 76 );
"location_giving" is a simple text field Meta Box.
The front-end displays just as it should - this error is only appearing when saving posts/pages in the admin.