[ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Comment Moderation Administration Screen. 4 * 5 * Redirects to edit-comments.php?comment_status=moderated. 6 * 7 * @package WordPress 8 * @subpackage Administration 9 */ 10 require_once dirname( __DIR__ ) . '/wp-load.php'; 11 wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated' ) ); 12 exit;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |