Plugin info

Total downloads: 43,569
Active installs: 1,000
Total reviews: 12
Average rating: 4.6
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 3 language(s)
Contributors: 2
Last updated: 12/1/2020 (1855 days ago)
Added to WordPress: 8/6/2013 (12 years old)
Minimum WordPress version: f
Tested up to WordPress version: 5.6.0
Minimum PHP version: 5.2

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1855 days ago • 12 reviews

24/100

Is Functionality abandoned?

Possibly abandoned (last update 1855 days ago).

Compatibility

Requires WordPress: f
Tested up to: 5.6.0
Requires PHP: 5.2

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

LibWp
Rating 4.0/5 (1 reviews)Active installs 400
PeproDev Ultimate Profile Solutions
Rating 0.0/5 (0 reviews)Active installs 70
Event Manager Theme Functionality
Rating 5.0/5 (1 reviews)Active installs 60
PeproDev Branches Map
Rating 5.0/5 (1 reviews)Active installs 40
Login bbPress
Rating 5.0/5 (1 reviews)Active installs 20

Description

A functionality plugin is a way to separate what you might normally place in a theme’s functions.php file, and put it in a plugin instead. It works the same way as a theme functions.php file, but is separate from the theme and so not affected by theme upgrades, or tied to the theme so you loose all of your functions if you choose to switch themes.

This plugin automates the process of creating a functionality plugin. Simply install and activate this plugin, and your very own functionality plugin will be created for you. You can then edit your functionality plugin and add snippets to it using the quick link in the admin menu.

See this WP Daily post for more information on functionality plugins.

This plugin’s code is available on GitHub. Please feel free to fork the repository and send a pull request. If you find a bug in the plugin, open an issue.

Serbian translation provided by Ogi Djuraskovic from FirstSiteGuide.com.

Installation

  1. Upload the functionality directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the ‘Plugins > Edit Functions’ menu in WordPress and enter filesystem credentials if necessary
  4. A functionality plugin will be created for you in wp-content/plugins/functions/functions.php
  5. Use the built-in WordPress file editor to edit your functionality plugin

Enable Styles Feature

  1. To enable the optional CSS styles feature, uncomment that line in the functions file, save the changes, and refresh the page
  2. Visit the new ‘Plugins > Edit Styles’ admin menu and enter filesystem credentials if necessary
  3. A stylesheet file will be created for you in wp-content/plugins/functions/style.css. This file will be automatically loaded on the front-end of your site.
  4. Use the built-in WordPress file editor to edit your stylesheet plugin

This plugin may be removed at any time, and your functionality plugin will remain working and intact. You will, however, loose the quick edit links in the admin menu, and automatic styles loading if that feature is enabled.

Frequently Asked Questions

My functionality plugin isn’t working!

First of all, backup all of the code in your functionality plugin. Then deactivate and delete your functionality (it will have the same name as your site). To recreate the functionality plugin, visit the ‘Edit Functions’ link in the WordPress admin menu.

Can I get rid of this plugin once my functionality plugin has been created?

Sure! Once this plugin has been activated and the functionality plugin created, all it does is create a link in the WordPress admin menu for easily editing the functionality plugin, and include your CSS code on the front-end of your site. If you don’t want this, feel free to delete this plugin.

When would I use this plugin over the Code Snippets plugin?

This plugin is more suited to people who only have a few snippets and prefer editing a file to using a graphical interface. If you have more snippets, and like to be organized, you may feel more at home using the Code Snippets plugin, which I also created.

Isn’t this just like the Pluginception plugin?

Yes, in that they are both a plugin for creating plugins. However, this plugin is a bit more easier to use and specific than Pluginception.

Review feed

Brandon Kraft
9/3/2016

Simple to use

I suggest this to folks I'm helping all the time who the barrier to write a plugin from scratch seems too high. A nice way to intro people to plugin coding.
Piotr Boguslawski
9/3/2016

Very good and super useful!

Good job. Thank you.
Firas Abd Alrahman
7/30/2022

Nice Idea, but does not seem to work

I was exactly looking for that, but I think the plugin is outdated.

Screenshots

  1. Editing the functionality plugin in the WordPress plugin editor

    Editing the functionality plugin in the WordPress plugin editor

Changelog

2.0.0

  • Reorganised internal structure of plugin
  • Improved formatting of default file content
  • Moved functionality plugin into its own subdirectory
  • Added feature for creating a CSS stylesheet
  • Improved integration with the WP Filesystem API

1.2.1

  • Fixed bug preventing functionality plugin from being created on plugin activation

1.2.0

  • Updated to use wp_get_current_user() instead of get_currentuserinfo()
  • Updated code structure to use a controller class
  • Added support for the WP Editor plugin

1.1.1

1.1

  • Fixed a spelling error when initializing the class
  • Only initialize the class on plugin activation
  • Move class to separate file
  • Used a more reliable method of functionality plugin activation

1.0

  • Initial release