bp_activity_template_profile_activity_permalink, members/single/activity/permalink

bp_activity_template_profile_activity_permalink, members/single/activity/permalink

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_template_profile_activity_permalink, members/single/activity/permalink') is found 1 times:

  • /bp-activity/screens/permalink.php line 172
    		 * @since 1.0.0
    		 *
    		 * @param string $template Path to the activity template to load.
    		 */
    		apply_filters( 'bp_activity_template_profile_activity_permalink', 'members/single/activity/permalink' ),
    		'activity/single',
    	);
    
    	bp_core_load_template( $templates );
    }
    add_action( 'bp_screens', 'bp_activity_screen_single_activity_permalink' );