<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<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-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV style="FONT: 10pt tahoma">
<DIV> </DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=eminozlem@gmail.com 
href="mailto:eminozlem@gmail.com">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">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-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<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>
<P>
<HR>
_______________________________________________<BR>theme-reviewers mailing 
list<BR>theme-reviewers@lists.wordpress.org<BR>http://lists.wordpress.org/mailman/listinfo/theme-reviewers<BR></DIV></DIV></DIV></BODY></HTML>