diff --git a/fp-includes/core/core.theme.php b/fp-includes/core/core.theme.php index 0eaf767..3aa74b4 100644 --- a/fp-includes/core/core.theme.php +++ b/fp-includes/core/core.theme.php @@ -303,7 +303,8 @@ $smarty->register_function('action', 'theme_smarty_function_action'); - + do_action('theme_init'); + }