PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Getting started with WordPress

Last modified: 05 September 2023

PhpStorm provides a dedicated interface for developing and running WordPress applications and provides WordPress-aware coding assistance, refer to WordPress-specific coding assistance. To get access to this functionality in a project, you need to download WordPress, register it in PhpStorm, and activate the WordPress integration within the current project.

Alternatively, you can download WordPress and create a stub of a WordPress-targeted project. In this case, the WordPress integration in the project will be activated automatically.

Whether you enable the WordPress integration in an existing project or create a stub of a WordPress application, PhpStorm checks if the development environment is configured properly for WordPress development. If the configuration does not meet the requirements, PhpStorm displays a popup with a Fix link.

To run WordPress in the command line mode, you will need a set of command line tools, which you can acquire by installing the wp-cli/wp-cli package using the Composer dependency manager or by downloading the wp-cli.phar archive. For more information, refer to WP-CLI command line tool.