Member
Member
usartdude   2013-05-02, 16:53
#1

How do I upgrade the depreciated functions:

getFirstImageURL
getTheme

for 1.4.4.4?

Administrator
Administrator
acrylian   2013-05-02, 17:15
#2

Actaully the notice tells you what to use instead. So in short:

getFirstImageURL:
$firstimage = $albumobject->getImage(); $firstimage->getImageLink();
getTheme is only needed if your theme has different personality to switch css files. This is now done via the css_head filter. See the default theme's functions.php for an example right at the beginning.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.