Call to undefined function CFS()
-
Greeting,
am having an issue with custom field suite and my front end theme.
i saw this issue after deactivated the plugin.
i have now this error message : Call to undefined function CFS()
here my sample code:
if(!empty(CFS()->get(‘keywords’)))
{
echo CFS()->get(‘keywords’);
}
else
{
echo ‘2’;
}how my condition can understand that if the plugin is desactivate, it have to move on Else ?
thank you
The topic ‘Call to undefined function CFS()’ is closed to new replies.