Support Forum
Hello,
I used this logic: 'visible' => ['orphan_toolbar_check()', true]
Callback Function is:
function orphan_toolbar_check() {
if ( get_theme_mod('orphan_toolbar') ) {
return true;
} else {
return false;
}
}
but it's not working for me, can you help about it?
it's showing this error in console: http://prntscr.com/flv12i (it's showing orphan_toolbar_check is not defined but i already define it)
NOTE: i am using Metabox: 4.10.1 and conditional logic: 1.4.1