parameter names naming conventions
-
It’s intensely frustrating working within WP as regards function name parameters and trying to remember what to use. Some use an underscore others a hyphen why on earth not stick with one or the other instead. it’s a mishmash of naming conventions!! Is there any guidance or is it up to one’s whims?
add_theme_support('title-tag'); $query->set('orderby', 'meta_value_num');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘parameter names naming conventions’ is closed to new replies.