do_action_deprecated( “{$action}” )

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

Source

	$location = explode( '#', $location );
	$location = $location[0] . '#postcustom';
} elseif ( isset( $_POST['deletemeta'] ) && $_POST['deletemeta'] ) {
	$location = add_query_arg( 'message', 3, wp_get_referer() );
	$location = explode( '#', $location );
	$location = $location[0] . '#postcustom';
} else {

User Contributed Notes

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