Papi_Entry_Type::property PHP Method

property() protected method

Add new property to the page using array or rendering property template file.
protected property ( array | string $file_or_options = [], array $values = [] ) : null | Papi_Property
$file_or_options array | string
$values array
return null | Papi_Property
    protected function property($file_or_options = [], $values = [])
    {
        return papi_property($file_or_options, $values);
    }