skipv1_0_0p
Skip_print( $value ).
Description
skip\v1_0_0\p( (mixed) $value );
Printing out variables on HTML frontend
Parameters (1)
- 0. $value (mixed)
- The value to print out
Usage
if ( !function_exists( 'skip\v1_0_0\p' ) ) { require_once '/includes/skip/core/functions/collected.php'; } // The value to print out $value = null; // NOTICE! Understand what this does before running. $result = skip\v1_0_0\p($value);
Defined (1)
The function is defined in the following location(s).
- /includes/skip/core/functions/collected.php
- function p( $value ) {
- echo '<pre>';
- print_r( $value );
- echo '</pre>';
- }