Skip to content

File scanning and hook parsing functionality for WordPress core, plugins, and themes

Notifications You must be signed in to change notification settings

wp-hooks/parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Parser Lib

This package contains the file scanning and hook parsing functionality from WP Parser.

I did not write this code. I just abstracted it so it can be used independently of the WP Parser WordPress plugin.

Requirements

Installation

composer require wp-hooks/parser

Usage

$files  = \WP_Parser\get_wp_files( $path );
$output = \WP_Parser\parse_files( $files, $path );

See wp-hooks/generator as a full usage example.

About

File scanning and hook parsing functionality for WordPress core, plugins, and themes

Resources

Stars

Watchers

Forks

Languages