WordPress Help
Official documentation, learning resources, and contributor guides collected from WordPress.org.
-
A comment from a user on wordpress.com a…
A comment from a user on wordpress.comWordPress.com An online implementation of WordPress code that lets you immediately access a new WordPress environment to publish your content. WordPress.com is a private company owned by Automattic that hosts the largest multisite in the world. This is arguably the best place to start blogging if you have never…
-
Plugins using date(‘U’) or time() may …
Plugins using date(‘U’) or time() may have been expecting a timezone offset in previous versions of WordPress, and depending on the server setup this was true. This has changed in 3.0. We now tell PHPPHP The web scripting language in which WordPress is primarily architected. WordPress requires PHP 7.4 or higher to not factor in…
-
Some pre-release to do items: * Add Twen…
Some pre-release to do items: Add Twenty Ten to the themes directory Finish importer POT files and text domain loading Tag all importers Setup MU -> 3.0 upgrade handling for api.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress…
-
Another reminder that escaping rules for…
Another reminder that escaping rules for options and transients changed a bit in 3.0. #3-0, #dev-notes
-
Check out register_nav_menu(), register_…
Check out register_nav_menu(), register_nav_menus(), and the theme_location argument to wp_nav_menu() for a means of associating custom navigation menus with particular “locations” in your theme. The Twenty Ten theme offers an example. #3-0, #dev-notes
-
During plugin activation, WP 3.0 checks …
During pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org…
-
We have a better phpDoc page. It is regu…
We have a better phpDoc page. It is regularly updated for trunktrunk A directory in Subversion containing the latest development code in preparation for the next major release cycle. If you are running “trunk”, then you are on the latest revision., the latest branchbranch A directory in Subversion. WordPress uses branches to store the latest…
-
Agenda for May 27th 2010 dev chat
Progress to Plan -Peter Blockerblocker A bug which is so severe that it blocks a release. Review – Peter MU upgrade notification, distro, automatic upgrade, etc. – Ron Last minute string changes – demetris PluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website.…
-
New Trac report for bundled themes and the importers
Kind of. I’ve re-tooled https://core.trac.wordpress.org/report/26 so we can now track some stuff we keep in the theme and plugin repositories. Tickets in the “WordPress.org site” milestone are shown, and are then grouped by component — Themes (for Kubrick, Classic, and also Twenty Ten when 3.0 is out), Import (for the importers), and WordPress.org (the original…
-
Summary for May 25 meeting
No new people introduced themselves, just lurked. -Tracey posting example images to the working doc, which is at https://codex.wordpress.org/User:TECannon/UI_Pattern_and_Style_Guide. If anyone would like to help Tracy continue cataloguing the WP UI, leave a comment on this post and she’ll get in touch. 3.1 projects not really being discussed until 3.0 out the door, but will…