w3tc_extension_after_row-{$extension}

w3tc_extension_after_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_after_row-{$extension}') is found 1 times:

  • /inc/options/extensions/list.php line 227
    					</div>
    				</td>
    			</tr>
    			<?php do_action( 'w3tc_extension_after_row', $extension ); ?>
    			<?php do_action( "w3tc_extension_after_row-{$extension}" ); ?>
    		<?php endforeach ?>
    	</tbody>
    </table>
    <div class="tablenav bottom">
    
    	<?php if ( ! $this->_config->is_sealed( 'extensions.active' ) ) : ?>