Download the PHP package onepix/wordpress-hooks-stub-generator without Composer
On this page you can find all versions of the php package onepix/wordpress-hooks-stub-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download onepix/wordpress-hooks-stub-generator
More information about onepix/wordpress-hooks-stub-generator
Files in onepix/wordpress-hooks-stub-generator
Download onepix/wordpress-hooks-stub-generator
More information about onepix/wordpress-hooks-stub-generator
Files in onepix/wordpress-hooks-stub-generator
Vendor onepix
Package wordpress-hooks-stub-generator
Short Description Generates a JSON representation of the WordPress actions and filters in your code
License GPL-3.0-or-later
Package wordpress-hooks-stub-generator
Short Description Generates a JSON representation of the WordPress actions and filters in your code
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package wordpress-hooks-stub-generator
WP Hooks Generator
Generates a JSON representation of the WordPress actions and filters in your code. Can be used with WordPress plugins, themes, and core.
Installation
Requirements
PHP: 8.1+
Generating the Hook Files
Usage of the Generated Hook Files in PHP
Usage of the Generated Hook Files in JavaScript
Ignoring Files or Directories
You can ignore files or directories in two ways:
On the Command Line
./vendor/bin/wp-hooks-generator --input=src --output=hooks --ignore-files="ignore/this,ignore/that"
Ignoring Hooks
You can ignore hooks in two ways:
On the Command Line
./vendor/bin/wp-hooks-generator --input=src --output=hooks --ignore-hooks="this_hook,that_hook"
TypeScript Interfaces for the Hook Files
The TypeScript interfaces for the hook files can be found in interface/index.d.ts
. Usage:
JSON Schema for the Hook Files
The JSON schema for the hook files can be found in schema.json
.
All versions of wordpress-hooks-stub-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-dom Version *
ext-libxml Version *
erusev/parsedown Version 1.7.4
nikic/php-parser Version ^v4.17.1
phpdocumentor/reflection-docblock Version ^5.6.1
symfony/console Version ^6.4
symfony/filesystem Version ^6.4
symfony/finder Version ^6.4
ext-dom Version *
ext-libxml Version *
erusev/parsedown Version 1.7.4
nikic/php-parser Version ^v4.17.1
phpdocumentor/reflection-docblock Version ^5.6.1
symfony/console Version ^6.4
symfony/filesystem Version ^6.4
symfony/finder Version ^6.4
The package onepix/wordpress-hooks-stub-generator contains the following files
Loading the files please wait ....