Attachments (1)
Change History (9)
#3
in reply to: ↑ 2
@
15 years ago
- Keywords reporter-feedback removed
Replying to scribu:
Could you list those uses by any chance?
Sure. The transient API and the options API let you short-circuit values using the pre_transient_{transient} and pre_option_{option} filters. __return_null() allows a null short circuit value. __return_false() can't be used because the short circuits use === to check for false.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Could you list those uses by any chance?