true,
'_builtin' => true
);
$post_types = get_post_types( array( 'public'=>true, 'show_ui'=>true ), 'objects' );
foreach ( $post_types as $type => $obj ) {
$savedpost = get_option( 'postlists' );
$exclude = array( 'attachment');
if( TRUE === in_array( $type, $exclude ) )
continue;
if(!empty($savedpost)){
if ( in_array( $type, $savedpost ) ) {
$status = 'checked';
} else {
$status = '';
}
}
?>
/>label.'
'; ?>