Title: FluentSnippets – High-Performance Code Snippets, Header &amp; Footer Code, Custom CSS &amp; PHP Code Manager
Author: WPManageNinja
Published: <strong>Август 15, 2017</strong>
Last modified: Август 12, 2026

---

Search plugins

![](https://ps.w.org/easy-code-manager/assets/banner-772x250.png?rev=3642978)

![](https://ps.w.org/easy-code-manager/assets/icon.svg?rev=3642978)

# FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager

 By [WPManageNinja](https://profiles.wordpress.org/wpmanageninja/)

[Download](https://downloads.wordpress.org/plugin/easy-code-manager.10.56.zip)

 * [Details](https://os.wordpress.org/plugins/easy-code-manager/#description)
 * [Reviews](https://os.wordpress.org/plugins/easy-code-manager/#reviews)
 *  [Installation](https://os.wordpress.org/plugins/easy-code-manager/#installation)
 * [Development](https://os.wordpress.org/plugins/easy-code-manager/#developers)

 [Support](https://wordpress.org/support/plugin/easy-code-manager/)

## Description

FluentSnippets is the **fastest and most secure code snippets plugin** for WordPress,
a high-performance way to add custom code to your site without editing your theme’s
functions.php file. Easily **insert header and footer scripts**, run **PHP code 
snippets**, and add **custom CSS, JavaScript, and HTML** with powerful conditional
logic.

⭐ **100% free and open source. No Pro” version, no upsells, no feature held back
behind a paywall.**

Unlike every other code snippet plugin, FluentSnippets stores your snippets in flat
files and loads them natively, so it runs **zero database queries** and never slows
down your site. No bloated database tables, no extra SQL injection surface, just
safe, native, lightning-fast code execution.

Whether you want to add Google Analytics, a Facebook Pixel, ads.txt or banner ad
codes, conversion tracking scripts, custom CSS tweaks, or complex PHP functionality,
FluentSnippets makes it safe, secure, fast, and hassle-free. It is the perfect lightweight
alternative to editing functions.php or using heavier, database-driven code snippet
managers.

👉 Website: [Official Website](https://fluentsnippets.com/)
 👉 Community: [Join Community](https://community.wpmanageninja.com/portal/)
👉 Github: [View source & contribute](https://github.com/WPManageNinja/easy-code-manager)

### Simple for Beginners, Powerful for Developers

Adding a snippet takes seconds: open the editor, paste or write your code, choose
where it should run (everywhere, admin only, front-end only, or based on conditional
logic), and save. A built-in syntax highlighter and smart error handling guide you
along the way. If a snippet ever causes a fatal error, FluentSnippets automatically
deactivates it so your site stays online instead of breaking. You can organize snippets
with tags, switch them on or off with a single click, and export or import them 
between sites in seconds.

### 100% Free & Open Source: No Upsells, No Pro” Version

FluentSnippets is completely free and fully open source under the GPL. There is 
no premium version, no locked or Pro-only” features, no upsells, and no email-gated
downloads. Every single feature is included for everyone, on every site, forever.
The full source code lives on [GitHub](https://github.com/WPManageNinja/easy-code-manager),
so developers can read the code, audit it for security, request features, report
bugs, or contribute directly via pull requests. It is built and actively maintained
by the team behind FluentCRM, Fluent Forms, and FluentSMTP.

### From Quick Tweaks to Advanced Customizations

From simple tweaks to advanced development, FluentSnippets handles it all. Use it
to add Google Tag Manager and tracking pixels, register custom shortcodes, create
custom functions, disable comments or emojis, remove unwanted admin notices, add
JSON-LD schema markup, or run any PHP snippet you would normally drop into functions.
php. CSS snippets even support the WordPress Block Editor (Gutenberg), so you can
style your site with a familiar editing experience. Every snippet runs only where
you tell it to, thanks to granular conditional logic based on post type, page URL,
user role, login status, and more, so your custom code stays fast, targeted, and
easy to manage.

### How FluentSnippets Works: Zero Database Queries

Every other code snippets plugin keeps your code in the database and queries it 
on every single page load. FluentSnippets does not. Each snippet is stored as a 
real PHP file, with its title, description, snippet type and conditional logic recorded
in a doc block at the top of that file. Those doc blocks are parsed once and cached
into an index, so nothing is re-parsed on later requests. At runtime the plugin 
simply includes the files you activated, on the action hook you chose, exactly the
way WordPress loads a plugin.

The result is **zero database queries at runtime**. Not a few”. None at all. There
is no snippets table to bloat your database, nothing for a SQL injection in some
other plugin to reach, and no query for your host to slow down. It is a native, 
secure-by-design architecture, and it makes FluentSnippets the fastest code snippets
plugin in its category.

### Features

 * **File-based Snippets:** Your snippets are safely saved in your file system and
   load natively with zero database queries, so it’s safe, secure, and ultra-fast.
 * **Custom Code Snippets:** Write your custom code snippets including PHP, JS, 
   CSS, HTML, and more. Categorize your snippets with groups, tags, etc
 * **Advanced Conditional Logic:** Execute code snippets solely under specified 
   conditions like post type, date, URL, user type, and many more.
 * **Automatic Error Handling:** If a snippet ever triggers a fatal error, the error
   handler catches it, deactivates that one snippet, and tells you which line caused
   it, so a bad snippet never takes your site down.
 * **Safe Mode Recovery:** If custom code ever locks you out of wp-admin, a Safe
   Mode URL switches every snippet off so you can get back in and fix it. No FTP,
   no database surgery.
 * **Export & Import:** Move snippets between sites, or keep a portable backup of
   them, in a couple of clicks.
 * **Block Editor Support:** CSS snippets work inside the WordPress Block Editor(
   Gutenberg), so styling your site happens in a familiar place.
 * **Custom Shortcode:** With custom shortcode of your snippets, you can create 
   custom dynamic content blocks and use them across your site and manage them.
 * **Stand-alone Mode:** The most interesting feature is the Stand-alone Mode. With
   this feature, you can add your snippets, activate the standalone mode, and then
   you can uninstall and delete the plugin and your snippets will still run via 
   mu-plugins architecture and when you reactivate the plugin you can manage your
   snippets as before.
 * **Dark Mode:** A full dark theme across every screen, switchable from the admin
   bar and remembered between visits. The setting is shared with the other Fluent
   plugins, so switching it in one switches it in all of them.

### Powerful Smart Conditional Logics

We have added smart conditional logic to let you choose precisely where you want
to execute your code. These conditional logics include

 * User’s Login State or Role
 * Type of Pages
 * Post Types
 * Taxonomy or Term-Based Rule
 * By Page / Post URL
 * Target Specific Page / Post / CPT
 * Date Based Conditions
 * FluentCRM Tag / Lists based rule of the current contact

Conditions are group-based: you can add several groups, each with its own set of
rules, and the snippet runs whenever any one group matches.

### Snippet Types

FluentSnippets has four types of snippets. You can choose the snippet type from 
the snippet type selection.

**Functions – PHP Snippet:** This snippet is for all the PHP code that you need 
to execute in specific areas like you would write in your theme’s functions.php 
file.
 You can use this snippet type to create functions/classes, hook into other
actions and filters, and more.

**Content – PHP + HTML Snippet Type:** This snippet type is used to insert content
to different places like header, footer, after-post content, before-post content,
etc. You can write php / html / js / css code in this snippet type.

**CSS Snippet Type:** You can use this snippet type to add custom CSS to your site.

**JS Snippet Type:** You can use this snippet type to add custom JS to your site.

### Popular use cases of this Code Snippet plugin

 * Adding custom PHP Code to extend functionalities
 * Adding Header and footer codes (Google Analytics / Pixel / Ads codes)
 * Custom CSS for specific post/page types
 * Custom Javascript codes
 * Dynamic Content to different types of places like before/after post content or
   footer
 * Dynamic Shortcode

### Other Plugins By The Same Team

 * [FluentCRM – Email Marketing, Newsletter, Email Automation and CRM Plugin for WordPress](https://wordpress.org/plugins/fluent-crm/)
 * [Fluent Forms – Fastest WordPress Form Builder Plugin](https://wordpress.org/plugins/fluentform/)
 * [Ninja Tables – Best WP DataTables Plugin for WordPress](https://wordpress.org/plugins/ninja-tables/)
 * [Ninja Charts – Best WP Charts Plugin for WordPress](https://wordpress.org/plugins/ninja-charts/)
 * [WPPayForm – Stripe Payments Plugin for WordPress](https://wordpress.org/plugins/wp-payment-form/)
 * [Mautic Integration For Fluent Forms](https://wordpress.org/plugins/mautic-for-fluent-forms/)
 * [Fluent Forms PDF – PDF Entries for Fluent Forms](https://wordpress.org/plugins/fluentforms-pdf/)
 * [FluentSMTP – WordPress Mail SMTP, SES, SendGrid, MailGun Plugin](https://wordpress.org/plugins/fluent-smtp/)

### CONTRIBUTE

If you want to contribute to this project or just report a bug, you are more than
welcome. Please check repository from [Github](https://github.com/WPManageNinja/easy-code-manager).
FluentSnippets was known as Easy Code Manager before. We have rebuild & rebranded
it to FluentSnippets.

## Screenshots

[⌊All your code snippets in one place, grouped into folders and filtered by type:
PHP, Content (PHP + HTML), CSS and JavaScript.⌉⌊All your code snippets in one place,
grouped into folders and filtered by type: PHP, Content (PHP + HTML), CSS and JavaScript
.⌉[

All your code snippets in one place, grouped into folders and filtered by type: 
PHP, Content (PHP + HTML), CSS and JavaScript.

[⌊The snippet editor: syntax highlighting, the name, description, group, priority
and tags, and a choice of where the snippet runs.⌉⌊The snippet editor: syntax highlighting,
the name, description, group, priority and tags, and a choice of where the snippet
runs.⌉[

The snippet editor: syntax highlighting, the name, description, group, priority 
and tags, and a choice of where the snippet runs.

[⌊Conditional logic: run a snippet only on the post types, URLs, user roles or login
states you choose.⌉⌊Conditional logic: run a snippet only on the post types, URLs,
user roles or login states you choose.⌉[

Conditional logic: run a snippet only on the post types, URLs, user roles or login
states you choose.

[⌊Settings, including the Safe Mode URL that switches every snippet off if you are
ever locked out, and Standalone Mode.⌉⌊Settings, including the Safe Mode URL that
switches every snippet off if you are ever locked out, and Standalone Mode.⌉[

Settings, including the Safe Mode URL that switches every snippet off if you are
ever locked out, and Standalone Mode.

[⌊Dark mode, on every screen.⌉⌊Dark mode, on every screen.⌉[

Dark mode, on every screen.

[⌊How it works: other plugins keep your snippets in database tables and query them
on every request. FluentSnippets stores each snippet as a flat file and includes
it natively, so there is nothing to query.⌉⌊How it works: other plugins keep your
snippets in database tables and query them on every request. FluentSnippets stores
each snippet as a flat file and includes it natively, so there is nothing to query
.⌉[

How it works: other plugins keep your snippets in database tables and query them
on every request. FluentSnippets stores each snippet as a flat file and includes
it natively, so there is nothing to query.

[⌊A tour of the editor: pick the snippet type, write the code, choose where it runs,
and organize it with groups and tags.⌉⌊A tour of the editor: pick the snippet type,
write the code, choose where it runs, and organize it with groups and tags.⌉[

A tour of the editor: pick the snippet type, write the code, choose where it runs,
and organize it with groups and tags.

## Installation

This section describes how to install the plugin and get it working.

 1. Just search for FluentSnippets in WordPress Plugins and click install and activate.

## FAQ

### Can I insert header and footer scripts with FluentSnippets?

Yes. FluentSnippets lets you easily insert code into your site’s header and footer,
such as Google Analytics, Facebook Pixel, Google Tag Manager, ad codes, and any 
other custom HTML, JavaScript, or tracking scripts. You can add them globally or
only on specific pages using conditional logic.

### What types of code snippets can I add?

You can add PHP code snippets (just like your theme’s functions.php), Content snippets(
PHP + HTML for header, footer, before/after post content, and more), Custom CSS 
snippets, and Custom JavaScript snippets, all from one clean interface with syntax
highlighting.

### Is FluentSnippets a good alternative to other code snippet plugins?

Absolutely. Most code snippet plugins store your snippets in the database and run
SQL queries on every page load, which is slow and increases your attack surface.
FluentSnippets stores everything in flat files and loads them natively with zero
database queries, making it a faster, safer, and more lightweight alternative for
managing custom code.

### Can I use FluentSnippets instead of editing functions.php?

Yes. FluentSnippets is the safe way to add custom code without touching your theme’s
functions.php file. Your snippets survive theme updates, can be activated or deactivated
with one click, and the built-in error handler prevents a bad snippet from breaking
your site.

### Where are my code snippets stored?

Each snippet is saved as a real PHP file in `wp-content/fluent-snippet-storage`,
not in a database table. That means you can read them, back them up with your normal
file backups, and move them between sites by copying files. If you need them somewhere
else, the `FLUENT_SNIPPETS_STORAGE_DIR` constant in `wp-config.php` will point the
plugin at a different directory. Your snippets also survive theme changes and theme
updates, because nothing lives in your theme.

### What happens if a code snippet breaks my site?

FluentSnippets watches for fatal errors. If a snippet causes one, the plugin deactivates
that specific snippet automatically and reports which snippet and which line was
responsible, so your site stays online instead of showing a white screen. If you
ever do get locked out of wp-admin, a Safe Mode URL switches every snippet off at
once so you can get back in. No FTP access or database editing required.

### Can my snippets keep running if I delete the plugin?

Yes. Turn on Stand-alone Mode and your snippets keep running through the mu-plugins
architecture even after the plugin is deactivated and deleted. Reinstall FluentSnippets
later and you can manage them again exactly as before.

### Can I export and import snippets between sites?

Yes. You can export your snippets to a file and import them into another WordPress
site in a couple of clicks. That is useful for reusing the same set of customizations
across sites, or for keeping a portable backup.

### What is the primary function of FluentSnippets and how can it benefit my website?

The primary function of the FluentSnippets plugin is to allow you to add custom 
code snippets to your WordPress site easily and without editing your theme’s or 
child theme’s files directly.

It provides a user-friendly interface to add, manage, and execute custom PHP, HTML,
JavaScript, or CSS snippets on your website. This is particularly beneficial as 
it ensures the sustainability of your code – your custom changes won’t disappear
after a theme update.

Whether you need to add a simple CSS tweak, embed custom HTML in the header or footer,
or run a complex PHP script, FluentSnippets can handle it, saving you time and making
the process safer and more efficient.

### Is it required to have coding knowledge to use this plugin?

While having some basic coding knowledge can certainly be beneficial when using 
this plugin, it’s not absolutely necessary. FluentSnippets is designed to be user-
friendly and accessible to a wide range of users.

The purpose is to simplify the process of adding custom code to your website. This
means you can easily insert custom PHP, JavaScript, HTML, or CSS into your site 
without editing your theme’s files directly, which can be complex and risky for 
beginners.

### Will FluentSnippets slow down my site?

Quite the opposite. Unlike other code snippets plugins, FluentSnippets does not 
use the database to store your custom snippets. It stores them as flat files and
executes them natively from the file system, which is extremely fast. It runs no
database queries at all while your site is serving pages.

## Reviews

![](https://secure.gravatar.com/avatar/95665e4de837703ccca6a1e999efc33f7929f3c34efe83ad68d2969fb61e85c9?
s=60&d=retro&r=g)

### 󠀁[Easy and reliable](https://wordpress.org/support/topic/easy-and-reliable-85/)󠁿

 [NoWe](https://profiles.wordpress.org/nowe/) Август 12, 2026

Just an easy to use and reliable snippet plugin!

![](https://secure.gravatar.com/avatar/83834fa6b1b045d29dacce04901060939d5d6a728647634825f6abf0f96d8a7b?
s=60&d=retro&r=g)

### 󠀁[An exceptional, truly professional, THE BEST Snippets Tool!!!](https://wordpress.org/support/topic/an-exceptional-truly-professional-the-best-snippets-tool/)󠁿

 [dbadilla87](https://profiles.wordpress.org/dbadilla87/) Август 12, 2026

I have used and tested many code snippet plugins over the years, and FluentSnippets
is, by far, in a league of its own. The level of professionalism, architecture, 
usability, performance, and attention to detail is outstanding. The interface is
beautifully clean and intuitive, while the file-based approach makes the whole solution
feel much closer to professional software engineering than a typical WordPress snippet
plugin. It is fast, elegant, extremely practical, and packed with exactly the features
that matter without unnecessary complexity. For anyone managing serious WordPress
projects, FluentSnippets is not simply a “nice free plugin” — it is an exceptionally
well-built professional tool that deserves to be used and appreciated. The fact 
that software of this quality is available for free genuinely feels like a gift 
to the WordPress community. Outstanding work by the WPManageNinja team. Highly recommended.

![](https://secure.gravatar.com/avatar/f7cea416d01498c893181e07c48a532359b415700577dbf08bc4848ebeeeaa01?
s=60&d=retro&r=g)

### 󠀁[It’s a MUST on my WP toolbox!](https://wordpress.org/support/topic/its-a-must-on-my-wp-toolbox/)󠁿

 [jlduron](https://profiles.wordpress.org/jlduron/) Август 12, 2026

I have to say that since the first moment I knew FluentSnippets, I installed it 
on EVERY one of my sites, and it empowers me to customize every site with snippets
that make my WordPress installations more useful and secure. Thanks @techjewel for
maintain and keep developing this GREAT plugin!

![](https://secure.gravatar.com/avatar/ead8335128ae728ff270ff5696cbc96062cb256fb9b913a81186a170da82f071?
s=60&d=retro&r=g)

### 󠀁[Works great and is very fast](https://wordpress.org/support/topic/works-great-and-is-very-fast/)󠁿

 [flaxton](https://profiles.wordpress.org/flaxton/) Август 12, 2026

I’ve used this on various sites and it is very easy to use if you know some PHP,
html or CSS. Recommended!

![](https://secure.gravatar.com/avatar/c0950cacc00bc3b997809bffbb7cae4a841168d8fcb32652368159b4dc76b2c7?
s=60&d=retro&r=g)

### 󠀁[Simple, clean and useful](https://wordpress.org/support/topic/simple-clean-and-useful/)󠁿

 [Daniel](https://profiles.wordpress.org/dsnger/) Август 12, 2026

A simple, user-friendly solution for quickly adding code snippets to expand functionality,
without much overhead or annoying ads or upselling banners. It’s also very reliable—
so far, I haven’t encountered any issues with performance or errors. For me, it’s
the go-to choice when used in combination with Bricks Builder.

![](https://secure.gravatar.com/avatar/c612e29b1d0a772d8dfbabce727538dc4c31b0d22fe2ba0343ed1ffc417c61a1?
s=60&d=retro&r=g)

### 󠀁[I think its the best, for one important reason](https://wordpress.org/support/topic/i-think-its-the-best-for-one-important-reason/)󠁿

 [jonnyporter](https://profiles.wordpress.org/jonnyporter/) Август 12, 2026

I use on every site that needs snippets, which is nearly all of my sites. I’ve used
this plugin now for years without issue. I like the file based approach so changed
over to this plugin for all my projects now. It just works reliably all the time.
Kudos to the developer.

 [ Read all 65 reviews ](https://wordpress.org/support/plugin/easy-code-manager/reviews/)

## Contributors & Developers

“FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS&
PHP Code Manager” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ WPManageNinja ](https://profiles.wordpress.org/wpmanageninja/)
 *   [ Shahjahan Jewel ](https://profiles.wordpress.org/techjewel/)

“FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS&
PHP Code Manager” has been translated into 7 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/easy-code-manager/contributors)
for their contributions.

[Translate “FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager” into your language.](https://translate.wordpress.org/projects/wp-plugins/easy-code-manager)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/easy-code-manager/),
check out the [SVN repository](https://plugins.svn.wordpress.org/easy-code-manager/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/easy-code-manager/)
by [RSS](https://plugins.trac.wordpress.org/log/easy-code-manager/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 10.56 – Aug 12, 2026

 * Added a dark mode, switchable from the admin bar and shared with the other Fluent
   plugins
 * Redesigned every screen: the snippet list, the editor, Settings and About
 * Improved colour contrast throughout, so every screen meets WCAG AA in both light
   and dark
 * Fixed a click in the code editor selecting the whole snippet instead of placing
   the cursor
 * Fixed error text on the snippet list not showing in the error colour
 * Added inactive snippets count and filter reset options when no snippets match
   the current filter
 * Fixed the welcome screen being skipped on a fresh install when Hide Inactives”
   was enabled
 * Fixed a JavaScript error on the dashboard when the site has no snippets
 * Fixed pagination total count so sites with more than 200 snippets can reach every
   page
 * Changed Color Schema and new branding for FluentSnippets

#### 10.55 – Jun 28, 2026

 * Added Hide Inactives” filter to quickly hide inactive snippets on the dashboard
 * Added Custom Snippets Storage Path support via constant
 * Invalidate OPcache after writing snippet engine files for reliable updates
 * Fixed RTL code formatting issue in the editor
 * Fixed string concatenation issue
 * UI / UX Improvements

#### 10.53 – Jun 22, 2026

 * Fixed Block Editor CSS Issue

#### 10.52 – Jan 21, 2026

 * Added Block Editor Support for CSS
 * Use Ajax endpoint to create and edit snippets for better Usability
 * Enhance handleShortcode to retain user arguments
 * UI / UX Improvements

#### 10.51 – May 11, 2025

 * Security: Added nonce verification for export/import snippets (thanks to Patchstack)
 * Conditional Logic User / logged in” issue fixed
 * Date issue fixed on create new snippet

#### 10.50 – Apr 27, 2025

 * Added Export Import Features
 * Fixed issues with Site Migration
 * Added i18n Strings to cover almost all the strings
 * Added Soft Wrap for Editor
 * Added Support for command + s for saving snippets

#### 10.34 – May 05, 2024

 * Fixed Script Conditions Issues
 * Added Loading as File for Snippets
 * Fixed PHP 8.x Compatibility Issues

#### 10.33 – Jan 25, 2024

 * Fixed Snippet Error Issue Fixed

#### 10.32 – Jan 05, 2024

 * Fixed FluentCRM Integration
 * Added Detailed Error Message on Code Snippets
 * Improvement on REST API
 * Improved UI & UX

#### 10.31 – December 18, 2023

 * Fixed a typo in the conditional logic
 * Added Video Tutorial

#### 10.3 – December 18, 2023

 * New design and Branding
 * New UI & UX

#### 10.1

 * Re-Write the Plugin for better performance
 * New UI & UX

#### 10.0

 * Fix: Styling fixes for WordPress version 5.5
 * Enhancement: Updated ACE Editor to v1.4.12
 * Enhancement: Improve snippet manager
 * Enhancement: Add placeholder option
 * Added: Option to disable auto-indent
 * Added: New language modes
 * Fix: Double space being converted to dot on mobile keyboards
 * Fix: Backspace not working with some mobile keyboards

## Meta

 *  Version **10.56**
 *  Last updated **12 сахаты ago**
 *  Active installations **50,000+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.3 or higher **
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/easy-code-manager/), [English (US)](https://wordpress.org/plugins/easy-code-manager/),
   [French (France)](https://fr.wordpress.org/plugins/easy-code-manager/), [Korean](https://ko.wordpress.org/plugins/easy-code-manager/),
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/easy-code-manager/), [Russian](https://ru.wordpress.org/plugins/easy-code-manager/),
   [Slovak](https://sk.wordpress.org/plugins/easy-code-manager/), and [Vietnamese](https://vi.wordpress.org/plugins/easy-code-manager/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/easy-code-manager)
 * Tags
 * [code-snippets](https://os.wordpress.org/plugins/tags/code-snippets/)[custom css](https://os.wordpress.org/plugins/tags/custom-css/)
   [functions.php](https://os.wordpress.org/plugins/tags/functions-php/)[header footer](https://os.wordpress.org/plugins/tags/header-footer/)
   [php](https://os.wordpress.org/plugins/tags/php/)
 *  [Advanced View](https://os.wordpress.org/plugins/easy-code-manager/advanced/)

## Ratings

 4.7 out of 5 stars.

 *  [  57 5-star reviews     ](https://wordpress.org/support/plugin/easy-code-manager/reviews/?filter=5)
 *  [  3 4-star reviews     ](https://wordpress.org/support/plugin/easy-code-manager/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/easy-code-manager/reviews/?filter=3)
 *  [  2 2-star reviews     ](https://wordpress.org/support/plugin/easy-code-manager/reviews/?filter=2)
 *  [  2 1-star reviews     ](https://wordpress.org/support/plugin/easy-code-manager/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/easy-code-manager/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/easy-code-manager/reviews/)

## Contributors

 *   [ WPManageNinja ](https://profiles.wordpress.org/wpmanageninja/)
 *   [ Shahjahan Jewel ](https://profiles.wordpress.org/techjewel/)

## Support

Issues resolved in last two months:

     2 out of 3

 [View support forum](https://wordpress.org/support/plugin/easy-code-manager/)