Correct place to load an extension in WordPress
Posted
by Quassnoi
on Stack Overflow
See other posts from Stack Overflow
or by Quassnoi
Published on 2010-05-20T18:07:11Z
Indexed on
2010/05/20
18:10 UTC
Read the original article
Hit count: 167
My hosting provider does not have curl
extension enabled by default, however, I can load it using dl()
.
What would be the correct place in WordPress
to load the extension so that it could use curl
for wp_remote_*
functions?
I'd like it to survive the possible upgrades of WordPress
code.
© Stack Overflow or respective owner