Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Add text below week view title
BakerMan
Mar 12th, 2014
308
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
add_action
(
'tribe_events_after_the_title'
,
'add_text_below_week_title'
)
;
function
add_text_below_week_title
(
)
{
if
(
!
tribe_is_week
(
)
)
return
;
echo
'Custom text'
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
8 min ago | 11.34 KB
Untitled
JSON | 1 hour ago | 1.15 KB
2026_06_updated_lune
10 hours ago | 1.82 KB
other setups
14 hours ago | 0.15 KB
Untitled
14 hours ago | 0.16 KB
DROP20
19 hours ago | 1.44 KB
API 'ping' test
Python | 1 day ago | 0.53 KB
Slide notes
1 day ago | 2.46 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!