_wp_dashboard_control_callback

Advertisement

Private Access Private Access

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Summery Summery

Outputs controls for the current dashboard widget.

Syntax Syntax

_wp_dashboard_control_callback( mixed $dashboard, array $meta_box )

Parameters Parameters

$dashboard

(Required)

$meta_box

(Required)

Source Source

File: wp-admin/includes/dashboard.php

	}

	add_meta_box( $widget_id, $widget_name, $callback, $screen, $location, $priority, $callback_args );
}

/**
 * Outputs controls for the current dashboard widget.
 *

Advertisement

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Advertisement

Leave a Reply