Lines:
1 to 91 of 91
<?php /* Plugin Name: oik email signature Plugin URI: http://www.oik-plugins.com/oik-plugins/oik-email-signature Description: Generate an email signature file for your email client Version: 1.19 Author: bobbingwide Author URI: http://www.bobbingwide.com License: GPL2 Copyright 2011-2014 Bobbing Wide (email : herb@bobbingwide.com ) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. You may NOT assume that you can use any other version of the GPL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The license for this software can likely be found here: http://www.gnu.org/licenses/gpl-2.0.html */ /** * Implement the "oik_loaded" action for oik-email-signature */ /* function bw_email_signature_init() – Implement the "oik_loaded" action for oik-email-signature */ /** * Implement "admin_init" action for oik-email-signature * */ /* function bw_email_signature_admin_init() – bw email signature admin init */ /** * Implement "admin_menu" action for oik-email-signature */ /* function bw_email_signature_add_page() – bw email signature add page */ /** * Display the oik-email-signature settings page */ /* function bw_email_signature_do_page() – bw email signature do page */ /** * Sanitize and validate input for oik-email-signature options * * Accepts an array, return a sanitized array. */ /* function bw_email_signature_validate() – bw email signature validate */ /** * Implement [bw_email_signature] shortcode */ /* function bw_email_signature() – bw email signature */ /** * Implement "oik_admin_menu" action for oik-email-signature * * Set the plugin server * No longer necessary to perform plugin relocation */ /* function oik_email_signature_admin_menu() – Relocate the plugin to become its own plugin and set the plugin server */ /** * Implement "admin_notices" action for oik-email-signature */ /* function oik_email_signature_activation() – oik email signature activation */ /** * Function invoked when oik-email-signature is loaded */ /* function */ oik_email_signature_loaded();
Called by
Invoked by
Calls
Call hooks
API Letters:
