$azera_shop_required_action_value ) :
if ( @$azera_shop_show_required_actions[ $azera_shop_required_action_value['id'] ] === false ) {
continue;
}
if ( @$azera_shop_required_action_value['check'] ) {
continue;
}
?>
' . __( 'Hooray! There are no required actions for you right now.', 'azera-shop' ) . '';
endif;
?>