Method 'post_title' not found in class.
I'm running some code through phpStorm and am getting an error:
Method 'post_title' not found in class.
at this line:
echo $post-post_title();
Is that phpStorm getting things wrong or am I accessing post_title
incorrectly?
Topic ide post-class debug Wordpress
Category Web