Astra_Get_Underline_Links_Status::get_output_schema()
Get output schema.
Description
Return
(array)
Source
File: inc/abilities/customizer/globals/typography/class-astra-get-underline-links-status.php
public function get_output_schema() {
return $this->build_output_schema(
array(
'enabled' => array(
'type' => 'boolean',
'description' => 'Whether content link underlines are enabled.',
),
)
);
}
Expand full source code Collapse full source code View on Trac