PluginProbe
Customize WordPress Emails and Alerts – Better Notifications for WP / 1.0
Customize WordPress Emails and Alerts – Better Notifications for WP v1.0
1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.8 1.8.1 1.8.10 1.8.11 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 All 81 releases
bnfw / includes / debug.php

debug.php in Customize WordPress Emails and Alerts – Better Notifications for WP 1.0, at includes/debug.php

22 lines 525 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**------------------------------------------------------------------------ *
3 * Debugger functions
4 *
5 * Include this file for debugging
6 * ------------------------------------------------------------------------ */
7
8 // Debugger
9 //add_filter('the_content', 'bnfw_debug');
10
11 // function bnfw_debug($content){
12 // $bnfw_options = get_option('bnfw_settings');
13
14 // if ( !isset( $wp_roles ) )
15 // $wp_roles = new WP_Roles();
16 // var_dump($wp_roles->get_names());
17
18 // var_dump($bnfw_options);
19 // return $content;
20 // }
21 ?>
22