health_check_tools_tab

health_check_tools_tab

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: health-check.1.7.1

apply_filters('health_check_tools_tab') is found 1 times:

  • /pages/tools.php line 46
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    *         @type string $content The content of your tool tab, with any code you may need.
     *     }
     * }
     */
    $tabs = apply_filters( 'health_check_tools_tab', array() );
     
    foreach ( $tabs as $count => $tab ) :
        ?>
     
    <h3 class="health-check-accordion-heading">
        <button aria-expanded="false" class="health-check-accordion-trigger" aria-controls="health-check-accordion-block-<?php echo esc_attr( $count ); ?>" type="button">

See this hook used in plugins: