- Source:
Classes
Namespaces
Members
-
<static> media
-
Create and return a media frame. Handles the default media experience.
- Source:
-
<static> sanitize
-
wp.sanitize Helper functions to sanitize strings.
- Source:
-
<static> template
-
wp.template( id ) Fetch a JavaScript template for an id, and return a templating function for it.
- Source:
Methods
-
<static> BaseHandler.extend(protoProps)
-
Create a custom handler.
Parameters:
Name Type Description protoProps
object Properties to apply to the prototype. - Source:
Returns:
CustomHandler The subclass.