jetpack_search_module_control_initialized

jetpack_search_module_control_initialized

Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.14.5

do_action('jetpack_search_module_control_initialized') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-search/src/class-module-control.php line 57
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
            }
            /**
             * 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.
     *