All good. In the parent theme in functions.php there are several require_once(......); . How in functions.php child theme to cancel 1 or several require_once() , in order to select other files instead (in the child theme)?

  • one
    No This is a language design that cannot be influenced, at least, without deregistration of the native wrapper for file urls. What is the problem in the declared functions? - etki
  • There are no functions in the functions.php of the parent theme. Only some require_once (.... script.php). If you write a function from script.php in the child functions.php, then nothing will work - To_wave
  • I correctly understood that in this case it is necessary not to cancel, but to correct? Can you give a complete example? - etki

1 answer 1

Reply from Etki comments

No This is a language design that cannot be influenced, at least, without deregistration of the native wrapper for file urls.