Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jul 13th, 2012
434
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
add_action
(
'init'
,
'bbpress_hide_sidebar'
)
;
function
bbpress_hide_sidebar
(
)
{
if
(
is_bbpress
(
)
)
{
unregister_sidebar
(
$sidebar_id
)
;
}
}
?>
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
MM rando seed 3/4
4 hours ago | 26.53 KB
Screenshot_20260304_131851.png
9 hours ago | 371.88 KB
Untitled
9 hours ago | 8.43 KB
Untitled
11 hours ago | 7.38 KB
Untitled
13 hours ago | 9.90 KB
Untitled
15 hours ago | 13.17 KB
Untitled
19 hours ago | 11.82 KB
Untitled
23 hours ago | 12.35 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!