Skip to content
🚀 Rapid Application Development with the App Builder

wpda.alert(title, message)

Use wpda.alert to show an alert using your app style.

Scope: GLOBAL

Parameters

ParameterTypeDescription
titlestringAlert title.
messagestringAlert message. Supports HTML.

Return Value

None

✨ Example

js
wpda.alert("ERROR", "<div>Update not allowed!</div>")

Output

WP Data Access - wpda.alert()