2020-05-01 / 5145阅 / 悠然
Gets the theme support arguments passed when registering that support
Example usage:
get_theme_support( 'custom-logo' ); get_theme_support( 'custom-header', 'width' );
(string)
(Required)
The feature to check.
(mixed)
(Optional)
extra arguments to be checked against certain features.
(mixed) The array of extra arguments or the value for the registered feature.