Lines:
1 to 54 of 54
<?php // (C) Copyright Bobbing Wide 2015, 2016 /* Plugin Name: genesistant Plugin URI: http://www.oik-plugins.com/oik-plugins/genesistant Description: Genesis theme framework assistant Version: 0.0.1 Author: bobbingwide Author URI: http://www.oik-plugins.com/author/bobbingwide Text Domain: genesistant Domain Path: /languages/ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Copyright 2015-2016 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 */ genesistant_loaded(); /* function genesistant_loaded() – Function to invoke when genesistant is loaded */ /* function genesistant_all() – Trace all genesis hooks */ /* function genesistant_safe_e_c() – Only echo comments when safe */ /* function genesistant_trace_get_hook_type() – Return the hook type */ /* function genesistant_current_filter() – Return the current filter summary */ /* function genesistant_get_hooks() – Return the attached hooks */ if ( !function_exists( "genesistant_e_c" ) ) { /* function genesistant_e_c() – Echo a comment */ } /* function genesistant_no_title() – Callback for virtual field "no_title" */ /* function genesistant_oik_fields_loaded() – Implement "oik_fields_loaded" for genesistant */View on GitHub