function_exists is true but function doesn't exist code example
Example: function exists
function_exists('function_name'); //Will return true if function exists
function_exists('function_name'); //Will return true if function exists