You need to change the priority on init_storefront_child
to 0 so it fires after all the functions have been hooked but before the hooks actually execute:
add_action( 'init', 'init_storefront_child', 0 );
You need to change the priority on init_storefront_child
to 0 so it fires after all the functions have been hooked but before the hooks actually execute:
add_action( 'init', 'init_storefront_child', 0 );