[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-core/deprecated/ -> 4.0.php (source)

   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  }


Generated: Fri Apr 26 01:01:11 2024 Cross-referenced by PHPXref 0.7.1