jetpack_search_abort, inactive, null

jetpack_search_abort, inactive, null

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_search_abort, inactive, null') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php line 69
     
    		// Check whether Jetpack Search should be initialized in the first place .
    		if ( ! static::is_connected() || ! static::is_search_supported() ) {
    			/** This filter is documented in search/src/initalizers/class-initalizer.php */
    			do_action( 'jetpack_search_abort', 'inactive', null );
    			return;
    		}
    
    		// Register the Search 3.0 Interactivity API blocks. Connection +
    		// plan are already guaranteed by the abort above; this call only
    		// layers the Phase 1 feature flag on top, mirroring how