(name, callback)
| 595 | |
| 596 | // Both Filters and shortcodes feed into this |
| 597 | addJavaScriptFunction(name, callback) { |
| 598 | this.#add(this.javascript.functions, name, callback, { |
| 599 | description: "JavaScript Function", |
| 600 | functionName: "addJavaScriptFunction", |
| 601 | }); |
| 602 | } |
| 603 | |
| 604 | /* |
| 605 | * Custom Tags |
no test coverage detected