identity_crisis_container_id

identity_crisis_container_id

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.13.3.1

apply_filters('identity_crisis_container_id') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php line 130
    			 * @since 0.10.0
    			 *
    			 * @param string|null $containerID The container ID.
    			 */
    			'containerID'                    => apply_filters( 'identity_crisis_container_id', null ),
    		);
    	}
    
    	/**
    	 * Get the package consumer data.
    	 *
    

See this hook used in plugins:

identity_crisis_container_id - WordPress Hooks

identity_crisis_container_id

identity_crisis_container_id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.12.5

apply_filters('identity_crisis_container_id') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php line 130
    			 * @since 0.10.0
    			 *
    			 * @param string|null $containerID The container ID.
    			 */
    			'containerID'                    => apply_filters( 'identity_crisis_container_id', null ),
    		);
    	}
    
    	/**
    	 * Get the package consumer data.
    	 *