Changeset 47015
- Timestamp:
- 12/26/2019 02:40:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r46880 r47015 1060 1060 * 1061 1061 * @param string $widget_id The widget ID. 1062 * @param callable $callback The callback fun tion used to display each feed.1063 * @param array $check_urls RSS feeds 1064 * @param mixed ...$args Optional additional parameters to pass to the callback function when it's called.1065 * @return bool False on failure. True on success.1062 * @param callable $callback The callback function used to display each feed. 1063 * @param array $check_urls RSS feeds. 1064 * @param mixed ...$args Optional additional parameters to pass to the callback function. 1065 * @return bool True on success, false on failure. 1066 1066 */ 1067 1067 function wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_urls = array(), ...$args ) {
Note: See TracChangeset
for help on using the changeset viewer.