[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Memize options object.
File Size: | 458 lines (14 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PluginErrorBoundary:: (5 methods):
registerPlugin()
unregisterPlugin()
getPlugin()
getPlugins()
PluginArea()
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 |
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 |