Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
_bp_core_moment_js_config_footer()
Print moment.js config in page footer.
Description Description
Source Source
File: bp-core/deprecated/4.0.php
function _bp_core_moment_js_config_footer() { _deprecated_function( __FUNCTION__, '4.0' ); }
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Deprecated as BP requires WP >= 4.6. |
2.7.0 | Introduced. |