Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Pure Web Brilliant's base framework

Descrizione

Framework required for all Pure Web Brilliant plug-ins, themes and CMS features.

Arbitrary section

Kevinjohn Gallagher: Kevinjohn Gallagher

Agency: Pure Web Brilliant

Framework release blog post: Pure Web Brilliant’s plugin framework released

” I want to go on record thanking my colleagues and many of our current & past clients, who were (mostly) happy to negotiate changes in the licence of our past work so that we could make it open source. “

  • Package: Pure Web Brilliant
  • Version: 2.0.1
  • Author: Kevinjohn Gallagher framework@KevinjohnGallagher.com
  • Copyright: Copyright (c) 2012, Kevinjohn Gallagher
  • Link: http://KevinjohnGallagher.com
  • Licence: http://www.gnu.org/licenses/gpl-3.0.txt

Installazione

  1. Upload kevinjohn_gallagher_____framework.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

This plug-in does not seem to do anything?

On it’s own, you are correct.
This plug-in houses commonly used framework and functionality for the other plug-ins & themes created in the Pure Web Brilliant WordPress offering. They cannot work without this plug-in.

There is a menu item, but it has no options

Correct.
It’s a high level menu wrapper for the other plug-ins. On it’s own, it won’t do anything, but that changes when you add additional plug-ins that work well together.

Where are these other plug-ins?

We’re releasing them to the WordPress repository at the quickest rate we can; but virtually all of our code was written for clients who required a non-GLPv2 compatible licence. There may be a small window where the framework is availible prior to the other plug-ins.

Can this framework be used by plug-ins by other authors?

Yes! We’d love that. This framework was built in response to our belief that in its rapid’s growth the WordPress’ lexington has muddied the water between functionality that should be in plug-ins versus those that should be in themes. We all duplicate so much code and functionality, and hopefully this will help others in the way it’s helped us.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Pure Web Brilliant's base framework” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Pure Web Brilliant's base framework” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

2.3

  • Updated security check

2.2

Added stylesheet to wp_admin
Added action: define_child_settings_sections
Added action: define_child_settings_array
Added action: add_plugin_to_menu
Added function: framework_on_action_admin_init()
Added function: framework_valid_callback ()
Added function: get_post_custom_fields ()
Added function: framework_get_value ()
Added function: framework_set_value ()
Added function: is_page_mine ()
Added function: get_the_permalink ()

2.0

  • Removal of non-GPLv3 compatible functions.
  • Publish to WP.org repository.