Astra_Ext_White_Label_Markup::get_white_label( array $option = '', array $sub_option = '' )
Get white label setting.
Description
Parameters
- $option
-
(array) (Optional) option name.
Default value: ''
- $sub_option
-
(array) (Optional) sub option name.
Default value: ''
Return
(array())
Source
File: classes/class-astra-ext-white-label-markup.php
public static function get_white_label( $option = '', $sub_option = '' ) {
// Officially depracate function in the version 1.6.15.
// _deprecated_function( __METHOD__, '1.6.15', 'Astra_Ext_White_Label_Markup::get_whitelabel_string()' );.
return self::get_whitelabel_string( $option, $sub_option );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.6.14 | depracated method in favour of self::get_whitelabel_string(). |
| 1.0 | Introduced. |