Lines:
1 to 30 of 30
<?php /* Copyright 2014-2018 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 */ /* function bw_form_field_virtual() – Implement bw_form_field_ hook for ‘virtual’ field */ /* function bw_form_field_sctextarea() – Implement bw_form_field_ hook for sctextarea */ /* function bw_form_field_category() – Implement bw_form_field_ hook for category */View on GitHub