Wordpress framework integration seems to be ignored
In Languages > Php > Frameworks I've selected Wordpress and set the install path to the wordpress directory that contains the install folder (and has wp-config.php and everything else). This folder is 3 levels below the project root, my plugin folder.
I'm not getting any wordpress framework integration. Wordpresse's functions are not suggested, nor is parameter hinting available.
What could be the problem?
I suspect the install being below the project root might be the issue, is it that?
Phpstorm 2019.1 on Lubuntu 18.04. Php 7.2. wordpress 5.2
Please sign in to leave a comment.
Do you have wp-content in this WP installation?
What WP-coding features did you check? Did you test add_action() or add_filter() (ctrl+space inside brackets)?
yes wp-content is in this install. I tried both of those functions and both lint orange indicating "undefined function"