Tag: Plugin
-

A fast and free WordPress cache (French)
When you’re working on WordPress, it’s not uncommon to hear or respond ‘did you remember to empty the cache?’ when something isn’t working as expected. It’s like the old reflex of unplugging and reconnecting your internet box when it’s acting up. And it’s true, in quite a few cases, clearing the cache can solve the…
-

WordPress – How to disable/enable plugin programmatically
Maintaining different environments for a WordPress site—such as development, staging, and production—can often require specific plugins to be active in one environment and not in others. The following PHP code snippet simplifies the process of enabling and disabling plugins based on the environment type, right from the WordPress admin dashboard. The Code The function env_plugins_notice…
