controller
controller copied to clipboard
Fatal error if ACF expected and not activated
When protected $acf = true;
in the Controller, but the plugin is not activated, this will create a Fatal error.
Fatal error: Uncaught Error: Call to a member function setData() on null in ...\vendor\soberwp\controller\src\Controller.php on line 143.