bbp_get_topic_edit_url

bbp_get_topic_edit_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_edit_url') is found 1 times:

  • /includes/topics/template.php line 2478
    		// Maybe add view=all
    		$url = bbp_add_view_all( $url );
    
    		// Filter & return
    		return apply_filters( 'bbp_get_topic_edit_url', $url, $topic_id );
    	}
    
    /**
     * Output the trash link of the topic
     *
     * @since 2.0.0 bbPress (r2727)