[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/js/dist/ -> plugins.js (summary)

Memize options object.

File Size: 458 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PluginErrorBoundary:: (5 methods):
  registerPlugin()
  unregisterPlugin()
  getPlugin()
  getPlugins()
  PluginArea()

Defines 5 functions

  memize()
  memoized()
  usePluginContext()

Class: PluginErrorBoundary  - X-Ref

registerPlugin(name, settings)   X-Ref
No description

unregisterPlugin(name)   X-Ref
No description

getPlugin(name)   X-Ref
No description

getPlugins(scope)   X-Ref
No description

PluginArea({scope,onError})   X-Ref
No description

Functions
Functions that are not part of a class:

memize(fn, options)   X-Ref
Accepts a function to be memoized, and returns a new memoized function, with
optional options.

return: {((...args: Parameters<F>) => ReturnType<F>) & MemizeMemoizedFunction} Memoized function.
param: {F}             fn        Function to memoize.
param: {MemizeOptions} [options] Options object.

memoized()   X-Ref
No description

usePluginContext()   X-Ref
No description



Generated : Thu Oct 23 08:20:05 2025 Cross-referenced by PHPXref