Site icon Hip-Hop Website Design and Development

WordPress Fatal error: Cannot redeclare load_stylesheets() (previously declared in

I’ve declared a basic child theme. As I create a function to enqueue stylesheets, my website crashes and gives me a Fatal error: Cannot redeclare load_stylesheets() (previously declared in…….. load_stylesheets() is a new function and has not been declared yet but I am getting an error saying it has been declared.

my function is new and has not been declared yet. Why am I getting redeclare error? All my other previously created themes do not have such an issue