Help for this page
if ( $status == 0 ) { return 0; } else { return 1; }
return 0 if $status == 0; return 1;