option->user_can_register() ) : ?>


General setting. If users are allowed to register, account will be created with information provided from Web service, or else only connected users can login via SNS account.', 'wp-gianism' ), admin_url( 'options-general.php' ) ) ); ?>

WooCommerce found! In spite of this setting, user can always register account.', 'wp-gianism' ), [ 'strong' => [] ] ); ?>


%1$s.', 'wp-gianism' ), esc_html__( 'Customize', 'wp-gianism' ), $this->setting_url( 'customize' ) ) ); ?>

new_from( '4.0.0' ); ?>
NOTICE: if you change URL prefix, you have to change all app setting in each SNS. It might cause error on live site.', 'wp-gianism' ) ); ?>

new_from( '4.1.0' ); ?>

profile_checker->is_over_5() ) : ?>




: %2$s', $this->option->check_profile ? 'code' : 'del', esc_url( \Gianism\Controller\ProfileChecker::get_instance()->redirect_url() ) ); ?>



service->all_services() as $service ) { /** @var \Gianism\Service\AbstractService $instance */ $instance = $this->service->get( $service ); $path = $instance->get_admin_template( 'setting' ); if ( $path && file_exists( $path ) ) { include $path; } } ?>