wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



_insert_into_post_button › WordPress Function

Seitn/v
Veraltet3.5.0
_insert_into_post_button ( $type )
Definiert in:
Codex:

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

Now it is deprecated and stubbed.


Quellcode

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