bp_nouveau_after_activity_post_form()
Load JS Templates for the Activity Post Form
Description
Source
File: bp-templates/bp-nouveau/includes/activity/template-tags.php
function bp_nouveau_after_activity_post_form() { if ( bp_nouveau_current_user_can( 'publish_activity' ) ) { bp_get_template_part( 'common/js-templates/activity/form' ); } /** * Fires after the activity post form. * * @since BuddyPress 1.2.0 */ do_action( 'bp_after_activity_post_form' ); }
Changelog
Version | Description |
---|---|
BuddyPress 3.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.