Lines:
1 to 82 of 82
<?php /* Copyright 2012-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_trace_options_init() – Register bw_trace_options */ /* function bw_action_options_init() – Register bw_action_options */ /*** * Registers bw_summary_options */ /* function bw_summary_options_init */ /* function bw_trace_options_add_page() – Register the trace options page */ /* function bw_action_options_add_page() – Register the action options page */ /* function bw_action_enqueue_styles */ /* function bw_action_options_do_page() – Settings page for oik actions logging */ /* function oik_action_options() – Display the action options form */ /* function bw_trace_options_do_page() – Display the oik trace options page */ /* function oik_trace_files_options */ /* function oik_trace_options() – Display the trace options box */ /* function oik_trace_notes() – Display trace notes */ /* function oik_trace_reset_notes() – Display trace reset */ /* function oik_trace_info() – Display Trace info */ /* function oik_trace_summary */ /* function bw_trace_options_validate() – Sanitize and validate trace options input */ /* function bw_trace_validate_filename */ /* function bw_trace_file_name_validate */ /* function bw_trace_files_options_validate */ /* function bw_action_options_validate() – Validate the bw_action_options */ /* function bw_summary_options_validate */ /* function bw_trace_validate_directory */ /* function bw_trace_url() – Return the trace file URL */ /* function bw_this_plugin_first() – Implement "activated_plugin" action for oik-bwtrace */ /* function bw_trace_options_sync */ /* function bw_trace_update_option_sync */View on GitHub View on Trac