Hidden property

<?php

/**
 * Example of hidden.
 */

papi_property( [
  'slug'  => 'my_hidden_slug',
  'type'  => 'hidden',
  'value' => 'hidden value'
] )

/**
 * Example output.
 * The reference property does not save any values.
 */

Description

Hidden input field.

Settings

No settings exists.