Enable Co-Authors-Plus overriding oembed endpoints
Helper Functions In vip-helper.php
wpcom_vip_get_home_host
Returns the HTTP_HOST for the current site’s home_url()
wpcom_vip_disable_smilies
Give themes the opportunity to disable WPCOM-specific smilies.
wpcom_vip_home_template_uri
Get the URL of theme files relative to the home_url
wpcom_vip_https_canonical_url
Use secure URLs in rel_canonical
wpcom_vip_disable_oembed_link_tag
wpcom_vip_check_site_url
Checks if the current site_url() matches from a specified list.
wpcom_vip_disable_zemanta_for_all_users
Helper function to disable the WordPress.com wide Zemanta Tools for all users.
wpcom_vip_wp_oembed_get
A version of wp_oembed_get() that provides caching.
wpcom_vip_bulk_user_management_whitelist
Helper function to enable bulk user management on a per-user basis
wpcom_vip_is_valid_domain
Check if a URL is in a specified whitelist
wpcom_vip_email_has_gravatar
Checks to see if a given e-mail address has a Gravatar or not.
wpcom_vip_get_user_profile
Returns profile information for a WordPress.com/Gravatar user
_disable_right_now_comment_count_filter
Helper function for disable_right_now_comment_count()
_disable_right_now_comment_count_css
Helper function for disable_right_now_comment_count()
disable_right_now_comment_count
Disable comment counts in “Right Now” Dashboard widget as it can take a while to query the data.
vip_safe_wp_remote_get
This is a sophisticated extended version of wp_remote_get().
vip_refresh_random_posts_all_ids
Helper function for vip_get_random_posts()
vip_get_random_posts
Get random posts; a simple, more efficient approach.
wpcom_vip_get_meta_desc
Filter this function to change the meta description value set by wpcom_vip_meta_desc().
wpcom_vip_meta_desc
Automatically insert meta description tag into posts/pages.
vip_multiple_moderators
Send comment moderation emails to multiple addresses
_vip_doubleclick_dartiframe_redirect
Helper function for vip_doubleclick_dartiframe_redirect(); serves up /vip/your_theme/DARTIframe.html
vip_doubleclick_dartiframe_redirect
Responds to a blog.wordpress.com/DARTIframe.html request with the contents of a DARTIframe.html file located in the root of your theme.
_vip_crossdomain_redirect
Helper function for vip_crossdomain_redirect(); serves up /vip/your_theme/crossdomain.xml
vip_crossdomain_redirect
Responds to a blog.wordpress.com/crossdomain.xml request with the contents of a crossdomain.xml file located in the root of your theme.
wpcom_vip_is_feedservice_ua
Returns if the current visitor has a feed service user agent
wpcom_vip_is_main_feed_requested
Returns if any of the formats of the main feed are requested
vip_main_feed_redirect
Redirect http://blog.wordpress.com/feed/ to $target URL
_disable_autosave
Helper function for disable_autosave(); disables autosave on the post screen.