Resources about WP (links)
Web resources with useful information about WordPress.
Ticket system
- Create a ticket: https://core.trac.wordpress.org/newticket
- Search tickets: https://core.trac.wordpress.org/search
- Bug reports: https://make.wordpress.org/core/reports/
Useful links
- WP-Admin Reference: https://wpadmin.bracketspace.com/
Code
-
Plugins repository — Code of all official plugins.
- github.com/wp-plugins — Mirror of the plugins repository on GitHub. IMPORTANT! It seems the code there is not updated.
Services
-
generatewp.com — creating various snippets (pieces of code) and more for WordPress. For example, you can create WP_Query request code.
-
tastewp.com — sandbox WP for testing. With one click, we install WordPress and do whatever we want with it.
-
wpsandbox.net — sandbox WP for testing.
-
instawp.io — sandbox WP for testing. You can choose the version of WP and PHP for installation.
- wpdirectory.net — search in the source code of all plugins/themes.
Sites
-
developer.wordpress.org — official documentation for all functions, hooks, classes.
-
wordpress.org/support — official support forum for WordPress users.
-
stackoverflow.com (wordpress) — questions tagged WordPress.
-
wp-yoda.com — developer's blog, with really useful articles!
-
infinum.com/handbook — a bunch of useful info about WP.
- wp-punk.com — Blog of a WP developer.
Other
-
planet.wpmag.ru — Aggregator of news/articles about WordPress.
-
make.wordpress.org — choosing WordPress in the desired language.
-
wpseek.com — another database of all functions, hooks. Suitable for developers, it has all functions, but no examples. There is an API.
- tracsearch.wpteamhub.com — search in WP tickets.
WooCommerce
-
GitHub wiki — documentation on Github.
- docs.woocommerce.com — official documentation