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.0

apply_filters('health_check_tools_tab') is found 1 times:

  • /pages/tools.php line 42
    		 *         @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: