Please encapsulate your functions()
-
I need to alter your functions in a child theme. But not all of them can be altered except by editing in your core functions.php file directly.
Please enclose all of your funtdsion in:
if ( ! function_exists( 'quark_...' ) ) { ... }
I especially need to alter the Comments Form stuff.
Thanks for considering.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Please encapsulate your functions()’ is closed to new replies.