jetpack_verify_secrets_begin, $action, $user

jetpack_verify_secrets_begin, $action, $user

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_verify_secrets_begin, $action, $user') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php line 160
    		 *
    		 * @param string   $action The type of secret to verify.
    		 * @param \WP_User $user The user object.
    		 */
    		do_action( 'jetpack_verify_secrets_begin', $action, $user );
    
    		/** Closure to run the 'fail' action and return an error. */
    		$return_error = function ( WP_Error $error ) use ( $action, $user ) {
    			/**
    			 * Verifying of the previously generated secret has failed.
    			 *