Check if function used
3 posts
Page 1 of 1
Hello
How can I check if function is used in another php file?
I have a template php file and there I want check if the footer_text() function is used.
I tried the function_exists, but this doesn't work.
How can I do this?
How can I check if function is used in another php file?
I have a template php file and there I want check if the footer_text() function is used.
I tried the function_exists, but this doesn't work.
How can I do this?
I'm not sure what you mean by checking if a function has been used? 

Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Look over your code and see if you've used the function ;) or use a simple include page with all your functions in it.
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023