Move outsite facebook and google buttons
-
Hello, can you help me a little to remove from this structure the 2 login buttons from facebook and google? from “click here to login”.
<?php if ( class_exists( 'WOODMART_Auth' ) && ( ( ! empty( $fb_app_id ) && ! empty( $fb_app_secret ) ) || ( ! empty( $goo_app_id ) && ! empty( $goo_app_secret ) ) || ( ! empty( $vk_app_id ) && ! empty( $vk_app_secret ) ) ) ): ?> <span class="social-login-title"><?php esc_html_e('Or login with', 'woodmart'smile; ?></span> <div class="woodmart-social-login"> <?php if ( ! empty( $fb_app_id ) && ! empty( $fb_app_secret ) ): ?> <div class="social-login-btn"> <a>" class="login-fb-link"><?php esc_html_e( 'Facebook', 'woodmart' ); ?></a> </div> <?php endif ?> <?php if ( ! empty( $goo_app_id ) && ! empty( $goo_app_secret ) ): ?> <div class="social-login-btn"> <a>" class="login-goo-link"><?php esc_html_e( 'Google', 'woodmart' ); ?></a> </div> <?php endif ?> <?php if ( ! empty( $vk_app_id ) && ! empty( $vk_app_secret ) ): ?> <div class="social-login-btn"> <a>" class="login-vk-link"><?php esc_html_e( 'VKontakte', 'woodmart' ); ?></a> </div> <?php endif ?> </div> <?php endif ?>
- This topic was modified 5 years, 1 month ago by . Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Move outsite facebook and google buttons’ is closed to new replies.