[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-admin/ -> link-parse-opml.php (summary)

Parse OPML XML files and store in globals.

File Size: 97 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  startElement()
  endElement()

Functions
Functions that are not part of a class:

startElement( $parser, $tag_name, $attrs )   X-Ref
XML callback function for the start of a new XML tag.

since: 0.71
param: resource $parser   XML Parser resource.
param: string   $tag_name XML element name.
param: array    $attrs    XML element attributes.

endElement( $parser, $tag_name )   X-Ref
XML callback function that is called at the end of a XML tag.

since: 0.71
param: resource $parser   XML Parser resource.
param: string   $tag_name XML tag name.



Generated: Fri Apr 19 01:00:02 2024 Cross-referenced by PHPXref 0.7.1