bbp_get_topic_author_role

bbp_get_topic_author_role

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_author_role') is found 1 times:

  • /includes/topics/template.php line 1615
    			$author_role = $r['before'] . $role . $r['after'];
    		}
    
    		// Filter & return
    		return apply_filters( 'bbp_get_topic_author_role', $author_role, $r );
    	}
    
    
    /**
     * Output the title of the forum a topic belongs to
     *