jetpack_verify_secrets_success, $action, $user

jetpack_verify_secrets_success, $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_success, $action, $user') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php line 279

    Warning: Undefined array key 283 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 284 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @param string   $action The type of secret to verify.
    		 * @param \WP_User $user The user object.
    		 */
    		do_action( 'jetpack_verify_secrets_success', $action, $user );
    
    		return $stored_secrets['secret_2'];
    	}
    }