[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Deprecated functions. 4 * 5 * @deprecated 2.4.0 6 */ 7 8 // Exit if accessed directly. 9 defined( 'ABSPATH' ) || exit; 10 11 /** 12 * @deprecated 2.4.0 13 */ 14 function bp_group_avatar_edit_form() { 15 _deprecated_function( __FUNCTION__, '2.4' ); 16 } 17 18 /** 19 * @deprecated 2.4.0 20 * 21 * @param bool $deprecated Param deprecated 1.1.0 22 */ 23 function groups_avatar_upload( $deprecated = true ) { 24 _deprecated_function( __FUNCTION__, '2.4' ); 25 }
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 |