Before you ask please READ THIS

waptech

About

Username
waptech
Joined
Visits
7
Last Active
Roles
Member
Posts
4

Comments

  • Ah, I see. I didn't know the child's functions.php was loaded first! Quite clever. Thanks.
    in Update Comment by waptech December 2011
  • Hmm...but won't that still do the same thing? How will that let child themes intercept Apollo13::start? One would still have to edit the parent's functions.php because the parent's functions.php is run first (or am I wrong?). I'd be interested (for…
    in Update Comment by waptech December 2011
  • Yeah, it'll totally help because WordPress runs the parent theme's functions.php first, meaning that a child theme might as well not even extend the Apollo13 class - Apollo13::start will always have already been called! This way, the child theme ca…
    in Update Comment by waptech December 2011
  • I have a bit to contribute to this @Apollo13_coder. Can you put $apollo13->start() inside of an init function and use add_action('init', 'function_name') instead of calling it directly? This would make overriding the class without changing the fi…
    in Update Comment by waptech December 2011
Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!