identity_crisis_container_id

identity_crisis_container_id

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('identity_crisis_container_id') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/identity-crisis/class-ui.php line 133
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
             * @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
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
             * @since 0.10.0
             *
             * @param string|null $containerID The container ID.
             */
            'containerID'                    => apply_filters( 'identity_crisis_container_id', null ),
        );
    }
     
    /**
     * Get the package consumer data.
     *