PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
buddypress
/
bp-core
/
deprecated
<?php /** * Deprecated Functions * * @package BuddyPress * @subpackage Core * @deprecated 2.0.0 */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; /** * @deprecated 2.0.0 */ function bp_activity_clear_meta_cache_for_activity() { _deprecated_function( __FUNCTION__, '2.0.0', 'Use WP metadata API instead' ); } /** * @deprecated 2.0.0 */ function bp_blogs_catch_published_post() { _deprecated_function( __FUNCTION__, '2.0', 'bp_blogs_catch_transition_post_status()' ); } /** * @deprecated 2.0.0 */ function bp_messages_screen_inbox_mark_notifications() { _deprecated_function( __FUNCTION__, '2.0', 'bp_messages_screen_conversation_mark_notifications()' ); }
[+]
..
[-] 2.7.php
[edit]
[-] 2.0.php
[edit]
[-] 2.9.php
[edit]
[-] 1.6.php
[edit]
[-] 3.0.php
[edit]
[-] 2.8.php
[edit]
[-] 2.1.php
[edit]
[-] 2.6.php
[edit]
[-] 1.7.php
[edit]
[-] 1.9.php
[edit]
[-] 2.5.php
[edit]
[-] 2.2.php
[edit]
[-] 1.2.php
[edit]
[-] 1.5.php
[edit]
[-] 4.0.php
[edit]
[-] 2.3.php
[edit]
[-] 2.4.php
[edit]