You can use WordPress function is_user_logged_in() to check if user if logged-in or not
if ( !is_user_logged_in() ) {
// print your facebook login button with login title text.
} else {
// print your facebook login button with custom text.
}
Related Posts:
- How to get user-meta from Social Login registered users?
- Plugin or ways to limit number of users logging in the website,
- Login with OpenID, similar to Stack Exchange sites?
- How can I make an Ajax login form work with FORCE_SSL_ADMIN enabled?
- Facebook comments box on front page
- Change success message in plugin Theme my login
- How to get Login Error messages on a custom template
- Find out what is using PHP sessions in WordPress
- SESSION in WordPress Plugin Development
- How can a Firebase user registration and login be integrated into a WordPress site?
- Installing Facebook comment plug in without loosing all previous wordpress comments?
- Auto login using Active Directory and Windows Authentication
- Which hook should be used to validate custom form fields on the login form?
- Top 3 posts in last week ordered by Facebook and Twitter share counts
- How can I make content disappear when a user logs in?
- How to create custom LOGIN and REGISTRATION forms?
- Tracking last login and last visit
- login to wordpress with Get variables instead of Post
- Prevent Brute Force Attack
- Woocommerce cart is a non-object inside `admin_post` action [closed]
- Login with email (WP Modal Login)
- Check if the front end user is log in or not
- wordpress custom login successful redirect hook
- How to create a word press user with hashedpassword
- WordPress with CAS+LDAP and standard WP accounts
- Facebook Like Button On Individual Comments
- Is there any good tutorial to write custom login, registration and password recovery forms? [closed]
- Is it possible to integrate WordPress *posts* and social media (Facebook, Google+, Twitter)? [closed]
- Allow Facebook to preview posts before published
- Custom Connect to Facebook, problem logging in/logging out
- Shortcode in AJAX popup
- Use WordPress with a custom OAuth2 provider
- WordPress login with Phone Number [closed]
- Cannot access wp-admin after disabling all plugin
- wp_authenticate but not logged in
- Force [wordpress_social_login] shortcode to display where it is embedded [closed]
- WooCommerce: Change default country on the cart page [closed]
- Are there any plugins yet that support Facebook Like, Google +1 and allow Social Interaction tracking on Google Analytics
- Cannot login to ADMIN even after changing password in phpmyadmin
- WordPress Social Login > Post to a users Facebook wall
- Facebook plugin shows existing comments
- Conditionally add apt. Open Graph meta data to different pages on WordPress site
- Facebook Like needs confirmation?
- How do i login when i cant access wp-login.php?
- Why is my staging subdomain not sending wordpress_logged_in cookies?
- How to Add custom subtitle as og:title to Facebook Open Graph Meta Data in WordPress Themes?
- Single central login for front end users from any site
- Is there a way to share your Facebook Page’s stream on a WordPress page or post?
- What is generating my meta og:description?
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- Plugin: Google Analytics for Dashboard error – Timestamp is too far from current time
- Updating the Drag-To-Share eXtended share URLs?
- “Request has expired” with “Make your site social” (Gigya) plugin
- Integrate BuddyPress & Facebook
- Facebook-like Notification Plugin for WordPress Community Blog Sites?
- How to save generated JWT token to cookies on login?
- WordPress Keeps Logging Out – What Tests Can I Run to Solve This?
- User Session and Stored Cookies not get removed
- Contributive page where people logged in can write
- Session destroyed on page redirect
- Want to take Facebook Page posts and turn them into blog post
- Set plugin-values when creating post via REST-API
- Login cookies set as wrong domain
- Restrict access to content in conjunction with facebook connect & google login
- Integrate Facebook comments with native comments
- How do post a Photo to Facebook when a post is published? [closed]
- How to add FB like + share AND also other Social Buttons on ALL pages and posts?
- Is there a social members only login plugin for WordPress? [closed]
- How to use login_redirect with a user capability
- Login Customizer doesn’t change the background of the register form
- Posting from WordPress to Facebook [closed]
- easy steps to make front end form without plugin
- How to grab facebook page feed?
- Socialite WP plugin, unable to obtain API keys from FB
- Change wp-login to custom URL login page
- Login problem after installing my written plugin [closed]
- Too many login attempts
- Where is this strange og:description coming from?
- Turning on output buffering in a wordpress plugin
- Get ‘Headers already sent’ error for the plugin I am creating when I try to login
- Shortcode does not expand in Facebook like
- Custom Login Page — wp_signon Headers Already Sent?
- WooCommerce – set session with new cart item meta when updating cart item quantity [closed]
- How do I add $_SESSION[”] to my wordpress page?
- Theme My Login Shortcode Doesn’t Return Anything
- Possibility to login without password
- WordPress unable to write files in the server
- Custom PHP Page Using WordPress login
- HTTPS connection with wampserver for “Facebook for WordPress” plugin
- How to Use the Filter “sidebar_login_widget_form_args”
- Manage PDF downloads and protected pages
- Error: Can´t access facebook comment plugin admin page
- If I use an alternative login (e.g. CAS or other SSO) plugin, is my site protected from the recent brute force login attempts?
- login in wordpress using gmail account
- Facebook ‘Share’ and ‘Like’ on individual posts
- Facebook and Twitter share buttons not working [closed]
- Change the Simple Facebook Connect popup position
- Publishing a video from blog to youtube
- How to get Facebook comment plugin in blog? [closed]
- How can I replace content on site generated from plugin without changing plugin