selecting the right wordpress plugin

14
10/21/2014 @WPNaperville #wpnaperville Meetup: bit.ly/wpnaperville WordPress Naperville Meetup Plugins: The Good, The Bad and the Ugly

Upload: mike-hale

Post on 16-Jul-2015

56 views

Category:

Software


2 download

TRANSCRIPT

10/21/2014@WPNaperville#wpnapervilleMeetup: bit.ly/wpnaperville

WordPress Naperville Meetup

Plugins: The Good, The Bad and the Ugly

<?php/** * Plugin Name: Friendly Image Titles * Plugin URI: http://www.mikehale.me * Contributors: MikeHale * Description: Automatically adds a friendly * image Title and ALT tag * based on image filename. * Version: 1.0 * Author: Mike Hale * Author URI: http://www.mikehale.me/ * License: GPL-2.0+*/?>

Plugin Name Description

Version Author(Links to Author URI)

Activate plugin:

register_activation_hook();

Deactivate Plugin:

register_deactivation_hook()

Delete Plugin:

register_uninstall_hook()

(Or include an uninstall.php file)

About Mike Hale

Mike HalePlatform & API Developer Copyblogger Media

My Blog www.mikehale.me

Twitter @MikeHale

Google+ +MikeHale