codepress_footer_js()WP 2.8.0

Deprecated since 3.0.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Adds JavaScript required to make CodePress work on the theme/plugin file editors.

No Hooks.

Returns

null. Nothing (null).

Usage

codepress_footer_js();

Changelog

Since 2.8.0 Introduced.
Deprecated since 3.0.0

codepress_footer_js() code WP 7.0

function codepress_footer_js() {
	_deprecated_function( __FUNCTION__, '3.0.0' );
}