Astra_Theme_Extension::astra_header_top_right_content()
Astra Header Top Right info
Description
Source
File: classes/class-astra-theme-extension.php
public function astra_header_top_right_content() {
$top_links = apply_filters(
'astra_header_top_links',
array(
'astra-theme-info' => array(
'title' => __( 'Stylish, Lightning Fast & Easily Customizable!', 'astra-addon' ),
),
)
);
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.2.1 | Introduced. |