Quantcast
Channel: Topic Tag: action | WordPress.org
Viewing all articles
Browse latest Browse all 892

stephencottontail on "widgets_init actions not fired from functions.php's child theme"

$
0
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 );


Viewing all articles
Browse latest Browse all 892

Trending Articles