背景画像を表示するためにコールバックを追加します。
$header_callbackのコールバックのパラメーターは、’wp_head’アクションの内容を表示するために必要となります。$admin_header_callbackコールバックのパラメーターは、Custom_Backgroundのクラスを追加し、’admin_menu’アクションを追加します。
Add callbacks for background image display.
The parameter $header_callback callback will be required to display the content for the ‘wp_head’ action. The parameter $admin_header_callback callback will be added to Custom_Background class and that will be added to the ‘admin_menu’ action.
add custom backgroundのファンクションタグ使用方法
[php][/php]add custom backgroundのパラメーター
$header_callback
(callback) (optional) ‘wp_head’アクションに呼び出します。
(callback) (optional) Call on ‘wp_head’ action.
Default: ”
$admin_header_callback
(callback) (optional) カスタムの背景の管理画面上に呼び出します。
(callback) (optional) Call on custom background administration screen.
Default: ”
$admin_image_div_callback
(callback) (optional) カスタム背景の管理画面上にカスタム背景画像のdivを出力します。省略可能です。
(callback) (optional) Output a custom background image div on the custom background administration screen. Optional.
Default: ”
返り値
この関数は値を返しません。
(void)
This function does not return a value.
注釈
用途:Custom_Backgroundは、管理パネルの表示に$admin_header_callbackのセットアップします。
Uses: Custom_Background Sets up for $admin_header_callback for administration panel display.
変更ログ
Since: 3.0.0
ソースファイル
add_custom_background()は、wp-includes/theme.php内に位置しています。
add_custom_background() is located in wp-includes/theme.php.
コメント