[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Deprecated functions. 4 * 5 * @deprecated 4.0.0 6 */ 7 8 // Exit if accessed directly. 9 defined( 'ABSPATH' ) || exit; 10 11 /** 12 * Print moment.js config in page footer. 13 * 14 * @since 2.7.0 15 * @since 4.0.0 Deprecated as BP requires WP >= 4.6. 16 * 17 * @access private 18 */ 19 function _bp_core_moment_js_config_footer() { 20 _deprecated_function( __FUNCTION__, '4.0' ); 21 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |