lizardking8610 / code-snippets

Code Snippets WordPress Plugin

Home Page:https://wordpress.org/plugins/code-snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Snippets Build Status

Code Snippets is an easy, clean and simple way to run code snippets on your site. It removes the need to add custom snippets to your theme theme's functions.php file.

A snippet is a small chunk of PHP code that you can use to extend the functionality of a WordPress-powered website; essentially a mini-plugin with less load on your site. Most snippet-hosting sites tell you to add snippet code to your active theme's functions.php file, which can get rather long and messy after a while. Code Snippets changes that by providing a GUI interface for adding snippets and actually running them on your site just as if they were in your theme's functions.php file.

Code Snippets provides graphical interface, similar to the Plugins menu, for managing snippets. Snippets can can be activated and deactivated, just like plugins. The snippet editor includes fields for a name, a visual editor-enabled description, tags to allow you to categorize snippets, and a full-featured code editor. Snippets can be exported for transfer to another side, either in JSON for later importing by the Code Snippets plugin, or in PHP for creating your own plugin or theme.

If you have any feedback, issues, or suggestions for improvements please leave a topic in the Support Forum, or join the community on Facebook.

If you like this plugin, or it is useful to you in some way, please consider reviewing it on WordPress.org.

Translations

Code Snippets can be used in these different languages thanks to the following translators:

About

Code Snippets WordPress Plugin

https://wordpress.org/plugins/code-snippets

License:MIT License


Languages

Language:PHP 87.0%Language:JavaScript 7.6%Language:CSS 4.3%Language:Shell 1.1%