Top Google Search Results
- PHPXRef 0.7 : WordPress : Function Reference: ms_site_check()
Function and Method Cross Reference. ms_site_check(). Defined at: /wp- includes/ms-load.php -> line 58. Referenced 1 times: /wp-settings.php -> line 306 ... - WordPress › Support » Hack ms_site_check ?
Hack ms_site_check ? (1 post). jontelm. Member Posted 10 months ago #. Hey! I have build a multisite and want the opportunity to mark a blog as "Archived", ... - wp-settings.php. - WordPress SVN
( $file = ms_site_check() ) ) { require( $file ); die(); } unset($file); } /** * This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated. - wp-includes/ms-load.php source
Aug 19, 2010 ... 40 */ 41 function ms_site_check() { 42 global $wpdb, $current_blog; 43 44 // Allow short-circuiting 45 $check = apply_filters('ms_site_check', ...