Answer the question
In order to leave comments, you need to log in
How to organize a function override in a child theme?
In the parent theme, the function is connected through the file at the end of functions.php.
In a child theme, I'm trying to override this function via
if (!function_exists('this_function')) {
function this_function() {
// Ваш код.
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question