pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
Untitled
2 sec ago
Untitled
5 sec ago
Untitled
8 sec ago
Untitled
9 sec ago
Untitled
14 sec ago
no scam here boss
14 sec ago
Untitled
16 sec ago
Layout Width
Share Pastebin
jjj
By: a guest | Feb 9th, 2010 | Syntax:
PHP
| Size: 0.10 KB | Hits: 53 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
function
your_custom_thing
(
)
{
}
add_action
(
'bp_activity_post_form_options'
,
'your_custom_thing'
)
;
create new paste
|
create new version of this paste
RAW Paste Data
function your_custom_thing() { } add_action( 'bp_activity_post_form_options', 'your_custom_thing' );