wp_preload_dialogs in /wp-admin/includes/deprecated.php
17755
Continue readingDisplay a noindex meta tag.Outputs a noindex meta tag that tells web robots not to index the page content. Typical usage is as a wp_head callback. add_action( ‘wp_head’, ‘wp_no_robots’ );
17735
Continue readingThe default criteria for a large network is either more than 10,000 users or more than 10,000 sites. Plugins can alter this criteria using the ‘wp_is_large_network’ filter.
17650
Continue reading