wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_doc_link_parse › WordPress Function

Since2.8.0
Deprecatedn/a
wp_doc_link_parse ( $content )
Parameters:
  • (string) $content The PHP content to parse.
    Required: Yes
Returns:
  • (string[]) Array of function names.
Defined at:
Codex:

Parses the PHP content and finds function calls to be used for documentation linking.



Source

Soon...