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' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.0.0 | This function has been deprecated. |
2.8.0 | Introduced. |