[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

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

   1  <?php
   2  /**
   3   * Deprecated Functions
   4   *
   5   * @package BuddyPress
   6   * @subpackage Core
   7   * @deprecated 2.0.0
   8   */
   9  
  10  // Exit if accessed directly.
  11  defined( 'ABSPATH' ) || exit;
  12  
  13  /**
  14   * @deprecated 2.0.0
  15   */
  16  function bp_activity_clear_meta_cache_for_activity() {
  17      _deprecated_function( __FUNCTION__, '2.0.0', 'Use WP metadata API instead' );
  18  }
  19  
  20  /**
  21   * @deprecated 2.0.0
  22   */
  23  function bp_blogs_catch_published_post() {
  24      _deprecated_function( __FUNCTION__, '2.0', 'bp_blogs_catch_transition_post_status()' );
  25  }
  26  
  27  /**
  28   * @deprecated 2.0.0
  29   */
  30  function bp_messages_screen_inbox_mark_notifications() {
  31      _deprecated_function( __FUNCTION__, '2.0', 'bp_messages_screen_conversation_mark_notifications()' );
  32  }


Generated: Fri Apr 19 01:01:08 2024 Cross-referenced by PHPXref 0.7.1