Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    it means something that plugin sets wasn’t classified as “wp-admin” group

    you may need to find the group name it sets and then exclude it

    Best regards,

    Thread Starter Mark Krieger

    (@markcanada)

    Hi

    I’d like to do that, but have no clue what “something that plugin sets wasn’t classified as “wp-admin” group you may need to find the group name it sets” means or how to find it out.
    I do know some PHP, so if you could please explain a bit further or point me to some relevant documentation, I might be able to find out what’s going on.

    Thanks

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    basically , you will need to look through the importer plugin’s code

    you will need to looking for lines like

    wp_cache_set( $name, $value, $group )

    or

    wp_cache_add( $name, $value, $group )

    where the 3rd argument is the group name you need to extract

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Redis Disabled for WP-Admin, but it still interferes’ is closed to new replies.