why actually do we need this function in header.php file
-
</head>
<body <?php body_class(); ?>>
<div id=”page” class=”hfeed site”>
<?php do_action( ‘before’ ); ?>i have copied some line of a code from header.php so What I normally find on header.php file is this function <?php do_action( ‘before’ ); ?> .Please someone tell me why do we need this and what is it doing .
The topic ‘why actually do we need this function in header.php file’ is closed to new replies.