コード例 #1
0
ファイル: init.php プロジェクト: studio-montana/custom
/**
 * Dashboard action
 *
 * @return void
 */
function custom_dashboard_setup()
{
    wp_add_dashboard_widget('custom-dashboard-info-widget', Custom::get_info("Name") . " | " . Custom::get_info("Version"), 'custom_dashboard_info_widget');
}