Lines:
1 to 41 of 41
<?php /* Plugin Name: Third contact pluign Plugin URI: http://www.oik-plugins.com/oik-plugins/third-contact-plugin/ Description: More options for more "contacts" Version: 1.0.0 Author: bobbingwide Author URI: http://www.oik-plugins.com/author/bobbingwide License: GPL2 Copyright 2013-2017 Bobbing Wide (email : [email protected] ) 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 */ add_action( "oik_admin_menu", "oikmo_admin_menu" ); /* function oikmo_admin_menu() – */ add_action( "admin_notices", "oikmo_activation", 11 ); /* function oikmo_activation() – */View on GitHub