Skip to content

Action: apple_news_after_setting

kevinfodness edited this page Oct 23, 2020 · 2 revisions

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.

Source

admin/partials/page-theme-edit.php

Clone this wiki locally