Astra_Update_Breadcrumb::get_output_schema()
Get output schema.
Description
Return
(array)
Source
File: inc/abilities/customizer/general/breadcrumb/class-astra-update-breadcrumb.php
public function get_output_schema() {
return $this->build_output_schema(
array(
'updated' => array(
'type' => 'boolean',
'description' => 'Whether any settings were updated.',
),
)
);
}
Expand full source code Collapse full source code View on Trac