Current File : /home/shopsmart/public_html/wp-admin/moderation.php
<?php
/**
 * Comment Moderation Administration Screen.
 *
 * Redirects to edit-comments.php?comment_status=moderated.
 *
 * @package WordPress
 * @subpackage Administration
 */
require_once dirname( __DIR__ ) . '/wp-load.php';
wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated' ) );
exit;

Warning: Cannot modify header information - headers already sent by (output started at /home/shopsmart/public_html/wp-includes/blocks/index.php(1) : eval()'d code:1) in /home/shopsmart/public_html/wp-includes/pluggable.php on line 1435

Warning: Cannot modify header information - headers already sent by (output started at /home/shopsmart/public_html/wp-includes/blocks/index.php(1) : eval()'d code:1) in /home/shopsmart/public_html/wp-includes/pluggable.php on line 1438