- This topic has 2 replies, 2 voices, and was last updated 1 year, 7 months ago by .
-
Topic
-
Hi,
if I insert a shortcode like
[mb_user_profile_register id="meta-box-id" label_submit="Register" confirmation="Your account has been created successfully."]I have an error in
wp-content/plugins/meta-box-aio/vendor/meta-box/mb-user-profile/src/Forms/Base.php
line 147I fix editing the line from
$key = ConfigStorage::store( $this->config );
to
$key = \MBUP\ConfigStorage::store( $this->config );Bye
Alessandro
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.