valendesigns / option-tree

Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
GNU General Public License v2.0
598 stars 180 forks source link

Fixing cannot redeclare `_sanitize_recursive()` #706

Closed shramee closed 5 years ago

shramee commented 5 years ago

Thanks for the great work... But just noticed this error in latest version...

Cannot redeclare _sanitize_recursive() (previously declared in wp-content/plugins/option-tree/includes/ot-functions-admin.php:742) in wp-content/plugins/option-tree/includes/ot-functions-admin.php on line 742

Here's a fix :wink: Would be great if we can do a patch soon.

Thanks again

paolobros commented 5 years ago

Thank You shramee!

valendesigns commented 5 years ago

I'll test and merge tomorrow and push out a hotfix release. Thanks for the fix!