<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
echo $new_status;

$postid = get_the_ID();
echo " Post id -->".$postid;

?>