w3tc_extensions_hooks

w3tc_extensions_hooks

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('w3tc_extensions_hooks') is found 1 times:

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

See this hook used in plugins: