dashboard_secondary_title, __( Other WordPress News
dashboard_secondary_title, __( Other WordPress News
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('dashboard_secondary_title, __( Other WordPress News') is found 1 times:
- /wp-admin/includes/dashboard.php line 1608
* @since 2.3.0 * * @param string $title Title attribute for the widget's secondary link. */ 'title' => apply_filters( 'dashboard_secondary_title', __( 'Other WordPress News' ) ), /** * Filters the number of secondary link items for the 'WordPress Events and News' dashboard widget. * * @since 4.4.0 *