Skip to content

joncave/WP-Parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Function Reference

Requirements

Running

Note: ensure the plugin is enabled first.

In your site's directory:

$ wp funcref generate-and-import /path/to/source/code

Displaying in your theme

By default, your theme will use the built-in content. This content is generated on the fly by the expand_content function.

To use your own theming instead, simply add the following to your functions.php:

remove_filter( 'the_content', 'WPFuncRef\\expand_content' );

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%