Exemplo n.º 1
0
 /**
  * Does the named form view exist
  *
  * @param string $view_name The name of the view that is unique for this class.
  *
  * @return bool
  */
 function form_view_exists($view_name)
 {
     return WP_Metadata::view_exists('form', $view_name, get_class($this));
 }