woocommerce_system_status_environment_rows

woocommerce_system_status_environment_rows

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_system_status_environment_rows') is found 1 times:

  • /includes/admin/views/html-admin-page-status-report.php line 399
    				?>
    			</td>
    		</tr>
    		<?php
    		$rows = apply_filters( 'woocommerce_system_status_environment_rows', array() );
    		foreach ( $rows as $row ) {
    			if ( ! empty( $row&#91;'success'&#93; ) ) {
    				$css_class = 'yes';
    				$icon      = '<span class="dashicons dashicons-yes"></span>';
    			} else {
    				$css_class = 'error';