1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-21 20:54:17 +08:00
buddypress/docs/developer
Mathieu Viet 0f478ead86 Avoid WP 6.7 notice about using translatable strings too early
Use a "raw" name instead of a "translatable" name for the `BP_Component`'s & `BP_Theme_Compat`'s `name` properties.

Props boonebgorges.

See #9247 (trunk)
Closes https://github.com/buddypress/buddypress/pull/391



git-svn-id: https://buddypress.svn.wordpress.org/trunk@14059 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2024-10-25 00:38:29 +00:00
..
assets Document how to use the Group Extension API 2023-07-26 06:16:30 +00:00
components Avoid WP 6.7 notice about using translatable strings too early 2024-10-25 00:38:29 +00:00
execution-contexts Document the Messages component v2 REST API routes 2024-10-24 18:29:17 +00:00
functions Document URI Globals functions 2023-10-31 08:47:25 +00:00
group-extension Documentation: explain Activity Embeds for users & developers 2024-10-05 09:39:23 +00:00
introduction Add a /docs directory to provide User and Developer documentation 2023-06-10 10:02:48 +00:00
theme-compat Documentation: inform developers about the BP Theme Compat features 2024-06-12 01:32:32 +00:00
manifest.json Document the Messages component v2 REST API routes 2024-10-24 18:29:17 +00:00
README.md Documentation: start documenting v2 of the BP REST API 2024-10-09 04:36:10 +00:00

BuddyPress Add-ons Handbook

Welcome to the BuddyPress Add-ons Developer Handbook; are you ready to jump right in to the world of BuddyPress Add-ons?

The Add-ons Developer Handbook is a resource for all things BuddyPress Add-ons. Whether youre new to BuddyPress Add-ons development, or youre an experienced Add-ons developer, you should be able to find the answer to many of your Add-on-related questions right here.

If youre new to Add-on development, start by reading the introduction.

Table of content

  1. BuddyPress Functions
  2. BuddyPress Components
  3. BuddyPress Theme Compatibility
  4. BuddyPress execution contexts
  5. BuddyPress REST API (v2)