[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * BuddyPress - Members Settings ( Notifications ) 4 * 5 * @since 3.0.0 6 * @version 3.0.0 7 */ 8 9 bp_nouveau_member_hook( 'before', 'settings_template' ); ?> 10 11 <h2 class="screen-heading email-settings-screen"> 12 <?php _e( 'Email Notifications', 'buddypress' ); ?> 13 </h2> 14 15 <p class="bp-help-text email-notifications-info"> 16 <?php _e( 'Set your email notification preferences.', 'buddypress' ); ?> 17 </p> 18 19 <form action="<?php echo esc_url( bp_displayed_user_domain() . bp_nouveau_get_component_slug( 'settings' ) . '/notifications' ); ?>" method="post" class="standard-form" id="settings-form"> 20 21 <?php bp_nouveau_member_email_notice_settings(); ?> 22 23 <?php bp_nouveau_submit_button( 'member-notifications-settings' ); ?> 24 25 </form> 26 27 <?php 28 bp_nouveau_member_hook( 'after', 'settings_template' );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Apr 25 01:01:07 2025 | Cross-referenced by PHPXref 0.7.1 |