Parse error: syntax error, unexpected ‘child_theme_init’ (T_STRING) in C:\xampp\htdocs\maikaka\wp-content\themes\storefront\functions.php on line 19
i get this error when ever i put this code in function.php
add_action( ‘init’, ‘child_theme_init’ );
fuction child_theme_init() {
add_action( ‘storefront_before_content’, ‘woa_add_full_slider’, 5 );
}
Function woa_add_full_slider() { ?>
<div id=”slider”>
<?php echo do_shortcode(“[metaslider id=100 percentwidth=100]”); ?>
</div>
<?php>
}
pls help me