Uses
Uses | Description |
---|---|
wp-admin/includes/dashboard.php: dashboard_secondary_items | Filters the number of secondary link items for the ‘WordPress Events and News’ dashboard widget. |
wp-admin/includes/dashboard.php: wp_dashboard_cached_rss_widget() | Checks to see if all of the feed url in $check_urls are cached. |
wp-admin/includes/dashboard.php: dashboard_primary_link | Filters the primary link URL for the ‘WordPress Events and News’ dashboard widget. |
wp-admin/includes/dashboard.php: dashboard_primary_feed | Filters the primary feed URL for the ‘WordPress Events and News’ dashboard widget. |
wp-admin/includes/dashboard.php: dashboard_primary_title | Filters the primary link title for the ‘WordPress Events and News’ dashboard widget. |
wp-admin/includes/dashboard.php: dashboard_secondary_link | Filters the secondary link URL for the ‘WordPress Events and News’ dashboard widget. |
wp-admin/includes/dashboard.php: dashboard_secondary_feed | Filters the secondary feed URL for the ‘WordPress Events and News’ dashboard widget. |
wp-admin/includes/dashboard.php: dashboard_secondary_title | Filters the secondary link title for the ‘WordPress Events and News’ dashboard widget. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |