w3tc_extensions_hooks, $w3tc_hooks

w3tc_extensions_hooks, $w3tc_hooks

Hook Type: filter

See hook in core

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

apply_filters('w3tc_extensions_hooks, $w3tc_hooks') is found 1 times:

  • /Extensions_Plugin_Admin.php line 164
    				'filters'         => array(),
    				'next_check_date' => time() + 24 * 60 * 60,
    			);
    
    			$w3tc_hooks = apply_filters( 'w3tc_extensions_hooks', $w3tc_hooks );
    
    			update_option( 'w3tc_extensions_hooks', wp_json_encode( $w3tc_hooks ) );
    		}
    
    		if ( isset( $w3tc_hooks['actions'] ) ) {
    			foreach ( $w3tc_hooks['actions'] as $w3tc_hook => $actions_to_call ) {