do_action_deprecated( “{$action}” )

If the ‘postcustom’ meta box is enabled, then we need to perform some extra initialization on it.

Source

switch ( $status ) {
	case 'pending':
		$message = 8;
		break;
	case 'future':
		$message = 9;
		break;

User Contributed Notes

You must log in before being able to contribute a note or feedback.