Tagged Questions
1
vote
1answer
42 views
Is it better to create a function or a variable for current_theme_supports?
Well I just asking myself this, there are two ways I could implement this. What would be a better fit to coding standards?
Or is this just a a matter of personal like?
And what about php and memory, ...