w3tc_extension_before_row-{$w3tc_extension}
w3tc_extension_before_row-{$w3tc_extension}
Appears in: w3-total-cache.2.10.0
Hook Type: action
Displaying hooks found in version: w3-total-cache.2.10.0do_action('w3tc_extension_before_row-{$w3tc_extension}') is found 1 times:
- /inc/options/extensions/list.php line 102
} ++$w3tc_cb_id; do_action( "w3tc_extension_before_row-{$w3tc_extension}" ); ?> <tr id="<?php echo esc_attr( $w3tc_extension ); ?>" class="<?php echo $this->_config->is_extension_active( $w3tc_extension ) ? 'active' : 'inactive'; ?>"> <th scope="row" class="check-column"> <label class="screen-reader-text" for="checkbox_<?php echo esc_attr( $w3tc_cb_id ); ?>"><?php echo esc_html( sprintf( /* translators: 1 label for Extension select/deselect checkobox */ __( 'Select %1$s', 'w3-total-cache' ), $w3tc_meta['name'] ) ); ?></label> <input type="checkbox" name="checked[]" value="<?php echo esc_attr( $w3tc_extension ); ?>" id="checkbox_<?php echo esc_attr( $w3tc_cb_id ); ?>" class="w3tc_extensions_input_active" <?php disabled( ! $w3tc_meta['enabled'] ); ?>>