skipv1_0_0skip_html_element
The Facebook Fanpage Import skip v1 0 html element function.
Description
skip\v1_0_0\skip_html_element( $tag, (array) $args = array(), (array) $elements = array(), (string) $return = 'html' );
Parameters (4)
- 0. $tag
- The tag.
- 1. $args — Optional. (array) =>
array()
- The args.
- 2. $elements — Optional. (array) =>
array()
- The elements.
- 3. $return — Optional. (string) =>
'html'
- The return.
Usage
if ( !function_exists( 'skip\v1_0_0\skip_html_element' ) ) { require_once ABSPATH . PLUGINDIR . 'facebook-fanpage-import/includes/skip/elements/html_element.php'; } // The tag. $tag = null; // The args. $args = array(); // The elements. $elements = array(); // The return. $return = 'html'; // NOTICE! Understand what this does before running. $result = skip\v1_0_0\skip_html_element($tag, $args, $elements, $return);
Defined (1)
The function is defined in the following location(s).