<div dir="ltr"><div><div>Thank you for the example. I have not yet run into any problems, just wondered the reason behind it. The core dev.s must've probably done a lot of case testing and it's probably for the best.<br>
Will let you know if I encounter any problems, thanks for the offer. <br></div>PS: I still wonder why every example specifically does:<br>add_action()<br></div>actual_action() {<br><div class="gmail_extra">instead of other way around.<br>
</div><div class="gmail_extra"><br><div class="gmail_quote">2014-02-20 6:27 GMT+02:00 Philip M. Hofer (Frumph) <span dir="ltr"><<a href="mailto:philip@frumph.net" target="_blank">philip@frumph.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">
<div dir="ltr">
<div style="font-size:12pt;font-family:'Calibri'">
<div>one reason is that if the main theme has a an if (function_exists()) for 
that function wrapped around it that the child theme can add that function and 
it would use that before the one in the main functions.php</div>
<div> </div>
<div>(IF) you are doing something that requires a function to be loaded before 
the functions.php of the theme;  it’s probably doing-it-wrong (not 
necessarily wrong but can be done in a different manner that would be better for 
the overall usage of the function.</div>
<div> </div>
<div>I have extensive knowledge in this due to me messing up in how I did things 
in the past so that if you need some assist on it I can help you out</div>
<div> </div>
<div>- Phil</div>
<div> </div>
<div style="font-size:small;font-style:normal;text-decoration:none;font-family:'Calibri';display:inline;font-weight:normal">
<div style="FONT:10pt tahoma">
<div> </div>
<div style="BACKGROUND:#f5f5f5">
<div><b>From:</b> <a title="eminozlem@gmail.com" href="mailto:eminozlem@gmail.com" target="_blank">emin ozlem</a> </div>
<div><b>Sent:</b> Wednesday, February 19, 2014 7:46 PM</div>
<div><b>To:</b> <a title="theme-reviewers@lists.wordpress.org" href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">Discussion list for WordPress 
theme reviewers.</a> </div>
<div><b>Subject:</b> [theme-reviewers] child theme functions.php 
question</div></div></div>
<div> </div></div>
<div style="font-size:small;font-style:normal;text-decoration:none;font-family:'Calibri';display:inline;font-weight:normal"><div><div class="h5">
<div dir="ltr">
<div>
<div>Sorry for kind of OT and rookie question, but I've asked this in forums and 
did not get a reply, I'll keep it brief:<br><br>Is there a specific reason why 
does child theme's functions.php load before the parent's rather than AFTER 
?<br></div>I know php doesn't care for the order, but isn't it common practice 
to define functions before they are used ? Besides since the purpose of the 
child is to extend upon parent wouldn't it make better sense ?<br>I also see 
this in other code examples as 
<br>add_action('',some_action)<br>some_action<br><br></div>Thank you in 
advance.<br></div>
</div></div><p>
</p><hr>
_______________________________________________<br>theme-reviewers mailing 
list<br><a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br><a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<p></p></div></div></div></div>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div></div>