- Timestamp:
- 06/02/2024 01:16:13 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-email-participant.php
r12353 r13892 4 4 * 5 5 * @since 5.0.0 6 * 7 * @package BuddyPress 8 * @subpackage Core 6 9 */ 7 10 11 // Exit if accessed directly. 12 defined( 'ABSPATH' ) || exit; 13 14 /** 15 * BP_Email_Participant class. 16 * 17 * @since 5.0.0 18 */ 8 19 abstract class BP_Email_Participant implements BP_Email_Address { 20 9 21 /** 10 22 * Recipient's email address. … … 29 41 * 30 42 * @since 5.0.0 43 * 44 * @return string 31 45 */ 32 46 public function get_address() {
Note: See TracChangeset
for help on using the changeset viewer.