Thanks, Jose! Do you (or anyone else) know where that ‘hook’ is defined? Using my original code example:
<?php do_action( ‘vantage_before_masthead’ ); ?>
I interpret this as “do the following action: ‘vantage_before_masthead'”. But in order for it to know what to do, doesn’t “vantage_before_masthead” have to be defined somewhere since this is obviously not a built in function? Maybe I am totally misunderstanding how this works. Or is this saying place “vantage” before “masthead”?
I’m going to start learning php soon, but for now…