Admin Can’t See Locked Content
-
If an Administrator has not logged in via LinkedIn profile, locked content remains invisible to them.
To fix this, I modified line 429 of includes/lib/PkliLogin.php:
if((get_user_meta(wp_get_current_user()->ID, 'pkli_linkedin_id') != false) || (current_user_can( 'manage_options' ))){
- The topic ‘Admin Can’t See Locked Content’ is closed to new replies.