Warning: This function has been deprecated.

codepress_footer_js() WordPress Function

The codepress_footer_js() function is used to include JavaScript code in the footer of a WordPress site. This is useful for adding custom functionality or for including third-party scripts that need to be loaded in the footer.

codepress_footer_js() #

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


Source

File: wp-admin/includes/deprecated.php

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


Top ↑

Changelog

Changelog
VersionDescription
3.0.0This function has been deprecated.
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More