9 if ( ! isset( $gravityview ) || empty( $gravityview->template ) ) {
10 gravityview()->log->error(
'{file} template loaded without context', array(
'file' => __FILE__ ) );
22 $output = wp_kses( $gravityview->display_value, array(
'br' => array() ) );
if(! isset( $gravityview)||empty( $gravityview->template)) $field_id
The default creditcard field output template.
gravityview_get_input_id_from_id( $field_id='')
Very commonly needed: get the # of the input based on a full field ID.
gravityview()
The main GravityView wrapper function.