w3tc_register_fragment_groups

w3tc_register_fragment_groups

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

See hook in core

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

do_action('w3tc_register_fragment_groups') is found 1 times:

  • /Extension_FragmentCache_Plugin.php line 147
    	/**
    	 * Register actions on init
    	 */
    	function on_init() {
    		do_action( 'w3tc_register_fragment_groups' );
    		$actions = $this->_core->get_registered_actions();
    		foreach ( $actions as $action => $groups ) {
    			add_action( $action, array( $this, 'on_action' ), 0, 0 );
    		}
    	}
    
    

See this hook used in plugins: