wpmdb_diagnostic_info

wpmdb_diagnostic_info

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

do_action('wpmdb_diagnostic_info') is found 1 times:

  • /class/Common/Error/ErrorLog.php line 391
            }
    
            $diagnostic_info['constants'] = $constants;
    
            $diagnostic_info = array_merge($diagnostic_info, apply_filters('wpmdb_diagnostic_info', array(), $diagnostic_info));
    
            $theme_info     = wp_get_theme();
            $theme_info_log = array(
                'Active Theme Name'   => $theme_info->Name,
                'Active Theme Folder' => $theme_info->get_stylesheet_directory(),
            );
    

See this hook used in plugins: