codepress_footer_js()
Deprecated from version 3.0.0. It is no longer supported and can 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.
Return
null
. Nothing (null).
Usage
codepress_footer_js();
Changelog
Since 2.8.0 | Introduced. |
Deprecated since | 3.0.0 |
codepress_footer_js() codepress footer js code WP 6.6.2
function codepress_footer_js() { _deprecated_function( __FUNCTION__, '3.0.0' ); }