Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/update.php | apply_filters | 369 | /** * Filters the text displayed in the 'At a Glance' dashboard widget. * * Prior to 3.8.0, the widget was named 'Right Now'. * * @since 4.4.0 * * @param string $content Default text. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $content | Default text. |