Disable filesytem access notifications

This topic contains 3 replies, has 2 voices, and was last updated by  Stiofan O’Connor 6 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #388790

    Pierre Blarre
    Expired Member
    Post count: 4

    Hi, following your documentation :

    https://wpgeodirectory.com/docs/geodirectory-does-not-have-access-to-your-filesystem/

    This does not solve my problem, as we have a development flow that does not allow file modifications on our production servers.

    We update WP and plugins on development servers and then deploy on production servers, so we need to be able to disable this notification as it bother our customers and is not relevant.
    Isn’t there a hook or some constant we can use to hide the notifications?

    Kind regards

    #388879

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Pierre,

    You can remove them with the following

    
    
    remove_action('admin_init', 'geodir_filesystem_notice');
    remove_action('admin_notice', 'geodir_filesystem_notice');

    Thanks,

    Stiofan

    #390254

    Pierre Blarre
    Expired Member
    Post count: 4

    Good stuff thanks!

    #390255

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You are welcome! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket