jetpack_verify_secrets_fail

jetpack_verify_secrets_fail

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('jetpack_verify_secrets_fail') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-secrets.php line 173
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
         * @param string    $action  The type of secret to verify.
         * @param \WP_User  $user The user object.
         * @param WP_Error $error The error object.
         */
        do_action( 'jetpack_verify_secrets_fail', $action, $user, $error );
     
        return $error;
    };
     
    $stored_secrets = $this->get( $action, $user_id );
    $this->delete( $action, $user_id );

See this hook used in plugins: