Title: Admin Logging Difficulty
Last modified: October 5, 2017

---

# Admin Logging Difficulty

 *  [subrinazad](https://wordpress.org/support/users/subrinazad/)
 * (@subrinazad)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/admin-logging-difficulty/)
 * While logging in I’m having this issue even after enabling all the cookies.
    
   I added this in theme function.php after this happened I think. Any way to solve
   it?
 * /** * Remove query strings from static resources. */ function _remove_script_version(
   $src ){ $parts = explode( ‘?ver’, $src ); return $parts[0]; } add_filter( ‘script_loader_src’,‘
   _remove_script_version’, 15, 1 ); add_filter( ‘style_loader_src’, ‘_remove_script_version’,
   15, 1 );
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadmin-logging-difficulty%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Keith](https://wordpress.org/support/users/keithdriscoll/)
 * (@keithdriscoll)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/admin-logging-difficulty/#post-9560822)
 * I’m slightly confused by the question…
 * Do you suspect that the code you added to functions.php created the issue? If
   so, you could remove it via FTP.

Viewing 1 replies (of 1 total)

The topic ‘Admin Logging Difficulty’ is closed to new replies.

## Tags

 * [logging](https://wordpress.org/support/topic-tag/logging/)
 * [strings](https://wordpress.org/support/topic-tag/strings/)
 * [wp-admin](https://wordpress.org/support/topic-tag/wp-admin/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Keith](https://wordpress.org/support/users/keithdriscoll/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/admin-logging-difficulty/#post-9560822)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
