Action: apple_news_after_setting - alleyinteractive/apple-news GitHub Wiki
do_action( 'apple_news_after_setting', string $setting_key, mixed $setting_value )
Allows custom HTML to be printed after the end of an individual setting on the theme edit page.
Parameters
$setting_key
(string) The key for the current setting.
$setting_value
(mixed) The value for the current setting.