Astra_Update_Scroll_To_Top::get_output_schema()
Get output schema.
Description
Return
(array)
Source
File: inc/abilities/customizer/general/scroll-to-top/class-astra-update-scroll-to-top.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