codepress_footer_js()

In this article

This function has been deprecated since 3.0.0.

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

Source

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

Changelog

VersionDescription
3.0.0Deprecated.
2.8.0Introduced.

User Contributed Notes

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