PHPStorm variable warnings

This happens because you are using extract(), and PHPStorm cannot know where the variable is coming from. Do not use extract(). Ever.

It was removed from almost all WordPress functions, and so should you do.