Changeset 10140 for trunk/src/bp-xprofile/bp-xprofile-actions.php
- Timestamp:
- 09/25/2015 12:18:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-actions.php
r9944 r10140 1 1 <?php 2 3 2 /** 4 * BuddyPress XProfile Actions 3 * BuddyPress XProfile Actions. 5 4 * 6 5 * Action functions are exactly the same as screen functions, however they do not … … 12 11 */ 13 12 14 // Exit if accessed directly 13 // Exit if accessed directly. 15 14 defined( 'ABSPATH' ) || exit; 16 15 … … 51 50 * Handles the saving of xprofile field visibilities 52 51 * 53 * @since BuddyPress (1.9.0)52 * @since 1.9.0 54 53 */ 55 54 function bp_xprofile_action_settings() { … … 82 81 * Fires before saving xprofile field visibilities. 83 82 * 84 * @since BuddyPress (2.0.0)83 * @since 2.0.0 85 84 */ 86 85 do_action( 'bp_xprofile_settings_before_save' ); … … 123 122 * Fires after saving xprofile field visibilities. 124 123 * 125 * @since BuddyPress (2.0.0)124 * @since 2.0.0 126 125 */ 127 126 do_action( 'bp_xprofile_settings_after_save' );
Note: See TracChangeset
for help on using the changeset viewer.