w3tc_extensions, array(
w3tc_extensions, array(
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_extensions, array(') is found 1 times:
- /Extensions_Util.php line 23
* @param Config $w3tc_config Configuration object. * @return array */ public static function get_extensions( $w3tc_config ) { return apply_filters( 'w3tc_extensions', array(), $w3tc_config ); } /** * Get registered extension * * @static