Documentation

content.php

Table of Contents

Functions

HookBrand_guidelinesContentRender_custom_fields_default_case_override()  : bool
Render decorator of custom fields used by Brand Guidelines
HookBrand_guidelinesContentProcess_custom_fields_submission_validator()  : false|string
Validate custom fields' submitted input.

Functions

HookBrand_guidelinesContentRender_custom_fields_default_case_override()

Render decorator of custom fields used by Brand Guidelines

HookBrand_guidelinesContentRender_custom_fields_default_case_override(array<string|int, mixed> $field) : bool
Parameters
$field : array<string|int, mixed>

Custom field structure - process_custom_fields_submission()

Return values
bool

Returns true to indicate to ResourceSpace that the core render functionality is being overriden by the plugin (for this field type), false otherwise.

HookBrand_guidelinesContentProcess_custom_fields_submission_validator()

Validate custom fields' submitted input.

HookBrand_guidelinesContentProcess_custom_fields_submission_validator(array<string|int, mixed> $field) : false|string
Parameters
$field : array<string|int, mixed>
Return values
false|string

Return custom fields' type input validation error or false to let ResourceSpace core handling to run.

On this page

Search results