- Timestamp:
- 09/25/2015 02:19:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-profiledata.php
r9819 r10142 7 7 */ 8 8 9 // Exit if accessed directly 9 // Exit if accessed directly. 10 10 defined( 'ABSPATH' ) || exit; 11 11 … … 78 78 * Filters whether or not data already exists for the user. 79 79 * 80 * @since BuddyPress (1.2.7)80 * @since 1.2.7 81 81 * 82 82 * @param bool $retval Whether or not data already exists. … … 102 102 * Filters whether or not data is for a valid field 103 103 * 104 * @since BuddyPress (1.2.7)104 * @since 1.2.7 105 105 * 106 106 * @param bool $retval Whether or not data is valid. … … 125 125 * Please use this hook to filter the properties above. Each part will be passed in. 126 126 * 127 * @since BuddyPress (1.0.0)127 * @since 1.0.0 128 128 * 129 129 * @param BP_XProfile_ProfileData $this Current instance of the profile data being saved. … … 151 151 * Fires after the current profile data instance gets saved. 152 152 * 153 * @since BuddyPress (1.0.0)153 * @since 1.0.0 154 154 * 155 155 * @param BP_XProfile_ProfileData $this Current instance of the profile data being saved. … … 177 177 * Fires before the current profile data instance gets deleted. 178 178 * 179 * @since BuddyPress (1.9.0)179 * @since 1.9.0 180 180 * 181 181 * @param BP_XProfile_ProfileData $this Current instance of the profile data being deleted. … … 191 191 * Fires after the current profile data instance gets deleted. 192 192 * 193 * @since BuddyPress (1.9.0)193 * @since 1.9.0 194 194 * 195 195 * @param BP_XProfile_ProfileData $this Current instance of the profile data being deleted.
Note: See TracChangeset
for help on using the changeset viewer.