skipv1_0_0get_accordion
Accordion getter Function.
Description
Parameters (3)
- 0. $elements
- The elements.
- 1. $args — Optional. (array) =>
array()
- The args.
- 2. $return — Optional. (string) =>
'html'
- The return.
Usage
if ( !function_exists( 'skip\v1_0_0\get_accordion' ) ) { require_once ABSPATH . PLUGINDIR . 'facebook-fanpage-import/includes/skip/elements/animated/accordion.php'; } // The elements. $elements = null; // The args. $args = array(); // The return. $return = 'html'; // NOTICE! Understand what this does before running. $result = skip\v1_0_0\get_accordion($elements, $args, $return);
Defined (1)
The function is defined in the following location(s).