PLUGIN DEV – ADMIN POST SCREEN TO LOAD CSS OR JS

		
		
			

$screen = get_current_screen();

if ( ‘post’ != $screen->id ) {
return;
}