This function has been deprecated.

_insert_into_post_button( $type )

This was once used to display an ‘Insert into Post’ button.


Description

Now it is deprecated and stubbed.


Source

File: wp-admin/includes/deprecated.php

function _insert_into_post_button( $type ) {
	_deprecated_function( __FUNCTION__, 'WP-3.5.0' );
}


Changelog

Changelog
Version Description
WP-3.5.0 Introduced. This function has been deprecated.