Cannot read property ‘post_id’ of null ACF plugin error
This error occurs on wp admin and causes disabling of theme customiser. To solve, open unminified version of js file — input.js inside ACF plugin’s folder, find line 987 and add the code, so the result looked like this: $(document).ready(function(){ /* added this condition, since […]