Title: Flush Permalinks Cache
Last modified: April 25, 2019

---

# Flush Permalinks Cache

 *  Resolved [keengamer](https://wordpress.org/support/users/keengamer/)
 * (@keengamer)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/flush-permalinks-cache/)
 * Hello,
 * I am not able to find any relevant information why all other roles except Administrator
   have at the main admin bar Flush Permalinks Cache. I have deactivated the right
   to do so but the item is not possible to remove from the menu, it is visible 
   only for everyone except admins and I have no idea what it does. I don’t want
   to delete any permalinks which must work just by coincidence.
 * Thanks for help and clarification.

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Author [Sami Ahmed Siddiqui](https://wordpress.org/support/users/sasiddiqui/)
 * (@sasiddiqui)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11700392)
 * Hi [@keengamer](https://wordpress.org/support/users/keengamer/)
 * Sorry for the delay in my response and thank you for reporting this issue. I 
   will check and fix in the upcoming release.
 * Regards,
    Sami
 *  Plugin Author [Sami Ahmed Siddiqui](https://wordpress.org/support/users/sasiddiqui/)
 * (@sasiddiqui)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11701044)
 * Hi [@keengamer](https://wordpress.org/support/users/keengamer/)
 * I have fixed the issue and now the `Flush Permalinks Cache` option only seen 
   to those users who have the `manage_options` permission.
 * This fix will be available in the upcoming release.
 * Regards,
    Sami
    -  This reply was modified 6 years, 11 months ago by [Sami Ahmed Siddiqui](https://wordpress.org/support/users/sasiddiqui/).
 *  Plugin Author [Sami Ahmed Siddiqui](https://wordpress.org/support/users/sasiddiqui/)
 * (@sasiddiqui)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11703769)
 * Hi [@keengamer](https://wordpress.org/support/users/keengamer/)
 * I have released `v2.7.0` which hopefully solves your issue. Please update the
   plugin and provide your valuable feedback.
 * Regards,
    Sami
 *  Thread Starter [keengamer](https://wordpress.org/support/users/keengamer/)
 * (@keengamer)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11705760)
 * Ok, I can’t see it anymore. However, just a question, shouldn’t admin be able
   to see it? I don’t use it anymore but admins should be able to flush the cache,
   shouldn’t they? If I use for example AAM plugin [https://aamplugin.com/](https://aamplugin.com/)
   then normally you can choose what to hide or see in the admin toolbar but your
   flush cache is not there…
 *  Plugin Author [Sami Ahmed Siddiqui](https://wordpress.org/support/users/sasiddiqui/)
 * (@sasiddiqui)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11708595)
 * [@keengamer](https://wordpress.org/support/users/keengamer/) Admin or the user
   which has the `manage_options` capability can see this option.
 * I am seeing this option for admin (before making this change + after making this
   change).
 * Maybe due to having AAM Plugin, you are not able to see this option for admin
   in any case. I don’t know why it happens. I’ll check that out.
 * Regards,
    Sami
 *  Thread Starter [keengamer](https://wordpress.org/support/users/keengamer/)
 * (@keengamer)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11709776)
 * Well, right now we just use in functions.php so nobody can see it…
 * // Remove Permalinks Flush from admin menu
    add_action( ‘wp_before_admin_bar_render’,
   function() { global $wp_admin_bar; $wp_admin_bar->remove_menu(‘permalinks-customizer’);},
   7 );
 * But I wasn’t able to see it even without removing it.
    -  This reply was modified 6 years, 11 months ago by [keengamer](https://wordpress.org/support/users/keengamer/).
 *  Plugin Author [Sami Ahmed Siddiqui](https://wordpress.org/support/users/sasiddiqui/)
 * (@sasiddiqui)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11710430)
 * [@keengamer](https://wordpress.org/support/users/keengamer/) I think that is 
   because of the AAM Plugin. It is removing it from the Admin bar.
 * By the way, Which PHP Version you are using?
 *  Thread Starter [keengamer](https://wordpress.org/support/users/keengamer/)
 * (@keengamer)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11710471)
 * Hi. The newest one. But strange is that the options to show or hide your menu
   is missing there in aam. Any other plugin is correctly displayed there. Either
   you do something differently or it could be our messed up installation right 
   now. Best would be to test it with aam and you should be able to hide or show
   your menu from the admin bar…
 *  Plugin Author [Sami Ahmed Siddiqui](https://wordpress.org/support/users/sasiddiqui/)
 * (@sasiddiqui)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11710525)
 * I am able to see this option in AAM Plugin. The option is available with the 
   name of “Flush Permalinks Cache” as of now. Here is the screenshot:
    [⌊Screen Shot 2019-07-08 at 5.24.43 PM.png⌉](https://www.screencast.com/t/vg8x1m12V2)
 *  Thread Starter [keengamer](https://wordpress.org/support/users/keengamer/)
 * (@keengamer)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11713419)
 * So, can you see it here in this menu? [https://ibb.co/fdcY9HV](https://ibb.co/fdcY9HV)
   If you can then the problem will be on our side…
 *  Plugin Author [Sami Ahmed Siddiqui](https://wordpress.org/support/users/sasiddiqui/)
 * (@sasiddiqui)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11715699)
 * [@keengamer](https://wordpress.org/support/users/keengamer/) I am seeing the 
   option on my end until I don’t restrict that menu. Once I restrict that then 
   it will no longer be available until or unless I **reset to Default**.
 * I think you or someone else have already restricted the menu that’s the reason
   you are not seeing the option.
    -  This reply was modified 6 years, 11 months ago by [Sami Ahmed Siddiqui](https://wordpress.org/support/users/sasiddiqui/).
 *  Thread Starter [keengamer](https://wordpress.org/support/users/keengamer/)
 * (@keengamer)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11715713)
 * Well, yeah, but I am the admin and changing the administrator :-). Nevermind,
   it seems like a bug on our site, so no problem now…
 *  Plugin Author [Sami Ahmed Siddiqui](https://wordpress.org/support/users/sasiddiqui/)
 * (@sasiddiqui)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11716746)
 * [@keengamer](https://wordpress.org/support/users/keengamer/) Let me know if you
   have any other issue.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Flush Permalinks Cache’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/permalinks-customizer_fff1d5.svg)
 * [Permalinks Customizer](https://wordpress.org/plugins/permalinks-customizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/permalinks-customizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/permalinks-customizer/)
 * [Active Topics](https://wordpress.org/support/plugin/permalinks-customizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/permalinks-customizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/permalinks-customizer/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [Sami Ahmed Siddiqui](https://wordpress.org/support/users/sasiddiqui/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/flush-permalinks-cache/#post-11716746)
 * Status: resolved