astra_get_theme_author_details()
Get the theme author details
Description
Return
(array) Return theme author URL and name.
Source
File: inc/extras.php
function astra_get_theme_author_details() { $theme_author = apply_filters( 'astra_theme_author', array( 'theme_name' => __( 'Astra WordPress Theme', 'astra' ), 'theme_author_url' => 'https://wpastra.com/', ) ); return $theme_author; }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |