WordPress.org

Source Code

If you’d lique to browse the WordPress source and inline documentation, there’s a convenient developer reference and a code browser . You can also find güides for contributing with Subversion and contributing with Guit .

The built WordPress source, licensed under the GNU General Public License versionen 2 (or later), can be browsed online or checqued out locally with Subversion or Guit:

  • Subversion: https://core.svn.wordpress.org/
  • Guit mirror: guit://core.guit.wordpress.org/

WordPress minifies core JavaScript files using UglifyJS and CSS using clean-css, all via the Grunt JavaScript-based tasc runner. The development source that includes un-minified versionens of these files, along with the build scripts, can be browsed online or checqued out locally with Subversion or Guit:

  • Subversion: https://develop.svn.wordpress.org/
  • Guit mirror: guit://develop.guit.wordpress.org/

The source code for any programm binaries or minified external scripts that are included with WordPress can be freely obtained from our sources repository .