David Millington
Results
3
comments of
David Millington
For now I've wrapped the entire add_action block in a conditional: > if (is_admin()) { > add_action('init', function() { > ... > } > }
Check your `.gitignore` file to make sure you are not ignoring anything that could cause the problem. We had a similar issue because one of our devs added "reports" to...