debug_information

debug_information

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('debug_information') is found 1 times:

  • /wp-admin/includes/class-wp-debug-data.php line 135
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
         *         }
         *     }
         * }
         */
        $info = apply_filters( 'debug_information', $info );
     
        return $info;
    }
     
    /**
     * Gets the WordPress core section of the debug data.

See this hook used in plugins: