bp_get_activity_permalink_id, bp_current_action(

bp_get_activity_permalink_id, bp_current_action(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_get_activity_permalink_id, bp_current_action(') is found 1 times:

  • /bp-activity/bp-activity-template.php line 2839
    		 * @since 1.2.0
    		 *
    		 * @param string $value Current action for the activity item.
    		 */
    		return apply_filters( 'bp_get_activity_permalink_id', bp_current_action() );
    	}
    
    /**
     * Output the activity thread permalink.
     *
     * @since 1.2.0