jetpack_search_module_control_initialized

jetpack_search_module_control_initialized

Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.13.2.1

do_action('jetpack_search_module_control_initialized') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-search/src/class-module-control.php line 57
    			}
    			/**
    			 * Fires when the Automattic\Jetpack\Search\Module_Control is initialized for the first time.
    			 */
    			do_action( 'jetpack_search_module_control_initialized' );
    		}
    	}
    
    	/**
    	 * Returns a boolean for whether of the module is enabled.
    	 *