what is “theme_setup” method for?
Methods in 3rd party plugin and theme classes can be called whatever the author wants them to be called. theme_setup() doesn’t mean anything special, and doesn’t even necessarily mean the same thing in different plugins. And since it’s not a special method to WordPress, they’re never going to be called automatically by WordPress, so the … Read more