Archive | Functions by letter w RSS feed for this section

wp_dashboard_cached_rss_widget

Checks to see if all of the feed url in $check_urls are cached.If $check_urls is empty, look for the rss feed url found in the dashboard widget options of $widget_id. If cached, call $callback, a function that echoes out output for this widget. If not cache, echo a “Loading…” stub which is later replaced by AJAX call (see top of /wp-admin/index.php)

3529

Continue reading

wp_create_user

A simpler way of inserting an user into the database.Creates a new user with just the username, password, and email. For a more detail creation of a user, use wp_insert_user() to specify more infomation.

3521

Continue reading