Warning: call_user_func_array() expects parameter 1 to be a valid callback, no array or string given in C:\xampp\htdocs\marine\wordpress\wp-content\plugins\timber-library\lib\Twig.php on line 268 I keep getting this on my WordPress theme Homepage. Am using Timber wordpress for developing WordPress themes.
I installed Timber via installing the plugin on WordPress admin. The actual behavior: Everything appears as it should, because i haven't started the hooking the posts. This is just from adding my html css js and images from my designer. I've only worked on the header and footer and Menu. Nothing has been tinkered on from the back-end PHP files. I am using (WordPress version 4.7.3) PHP 5.6.30 on xampp, Timber 1.2.4
emphasized text
.twigextension. The warning is probably thrown by an error in your theme, so you should first find the part in your theme that’s causing the warning. - Gchtr