Changeset 49790 for trunk/src/wp-includes/widgets.php
- Timestamp:
- 12/10/2020 11:57:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r49561 r49790 803 803 * @since 3.0.0 804 804 * 805 * @param array $widget _id{805 * @param array $widget { 806 806 * An associative array of widget arguments. 807 807 * 808 808 * @type string $name Name of the widget. 809 809 * @type string $id Widget ID. 810 * @type callable $callback When the hook is fired on the front end, $callbackis an array811 * containing the widget object. Fired on the back end, $callback812 * is 'wp_widget_control', see $_callback.810 * @type callable $callback When the hook is fired on the front end, `$callback` is an array 811 * containing the widget object. Fired on the back end, `$callback` 812 * is 'wp_widget_control', see `$_callback`. 813 813 * @type array $params An associative array of multi-widget arguments. 814 814 * @type string $classname CSS class applied to the widget container. 815 815 * @type string $description The widget description. 816 * @type array $_callback When the hook is fired on the back end, $_callbackis populated817 * with an array containing the widget object, see $callback.816 * @type array $_callback When the hook is fired on the back end, `$_callback` is populated 817 * with an array containing the widget object, see `$callback`. 818 818 * } 819 819 */
Note: See TracChangeset
for help on using the changeset viewer.