BrowserCache_Plugin_Admin.php 216 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?php namespace W3TC; class BrowserCache_Plugin_Admin { function run() { $config_labels = new BrowserCache_ConfigLabels(); add_filter( 'w3tc_config_labels', array( $config_labels, 'config_labels' ) ); } }