w3tc_extension_before_row-{$extension}

w3tc_extension_before_row-{$extension}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.0

do_action('w3tc_extension_before_row-{$extension}') is found 1 times:

  • /inc/options/extensions/list.php line 84
    			}
    
    			$cb_id++;
    
    			do_action( "w3tc_extension_before_row-{$extension}" );
    
    			?>
    			<tr id="<?php echo esc_attr( $extension ); ?>" class="<?php echo $this->_config->is_extension_active( $extension ) ? 'active' : 'inactive'; ?>">
    				<th scope="row" class="check-column">
    					<label class="screen-reader-text" for="checkbox_<?php echo esc_attr( $cb_id ); ?>"><?php echo esc_html( sprintf( /* translators: 1 label for Extension select/deselect checkobox */ __( 'Select %1$s', 'w3-total-cache' ), $meta&#91;'name'&#93; ) ); ?></label>
    					<input type="checkbox" name="checked&#91;&#93;" value="<?php echo esc_attr( $extension ); ?>" id="checkbox_<?php echo esc_attr( $cb_id ); ?>" class="w3tc_extensions_input_active" <?php disabled( ! $meta&#91;'enabled'&#93; ); ?>>