Changeset 9459 for sites/trunk/common/includes/wporg-sso/wp-plugin.php
- Timestamp:
- 02/03/2020 11:59:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r9324 r9459 18 18 public $valid_sso_paths = array( 19 19 'root' => '/', 20 'robots' => '/robots\.txt', 20 21 'checkemail' => '/checkemail', 21 22 'loggedout' => '/loggedout', … … 250 251 // No redirect, ask the user if they really want to log out. 251 252 return; 253 } else if ( 'robots' === self::$matched_route ) { 254 // No redirect, just display robots. 252 255 } else if ( is_user_logged_in() ) { 253 256 // Otherwise, redirect to the their profile.
Note: See TracChangeset
for help on using the changeset viewer.