1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-21 20:54:17 +08:00
buddypress/docs/developer
David Cavins a3e9cdb1b1 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/branches/12.0@14110 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2025-03-20 19:10:39 +00:00
..
assets Document how to use the Group Extension API 2023-07-26 06:16:30 +00:00
component Avoid WP 6.7 notice about using translatable strings too early 2025-03-20 19:10:39 +00:00
execution-contexts Docs: explain why Ajax actions need to be registered since 12.0 2023-10-06 04:09:15 +00:00
functions Document URI Globals functions 2023-10-31 08:47:25 +00:00
group-extension Document how to use the Group Extension API 2023-07-26 06:16:30 +00:00
introduction Add a /docs directory to provide User and Developer documentation 2023-06-10 10:02:48 +00:00
theme-compat Document how to build a custom component using BP Component API 2023-07-13 08:15:15 +00:00
manifest.json Document URI Globals functions 2023-10-31 08:47:25 +00:00
README.md Document BP 12.0 Rewrites functions 2023-10-26 04:36:03 +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 Group Extension API
  4. BuddyPress Theme Compatibility