bbp_get_reply_author_url

bbp_get_reply_author_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_author_url') is found 1 times:

  • /includes/replies/template.php line 1289
    			}
    		}
    
    		// Filter & return
    		return apply_filters( 'bbp_get_reply_author_url', $author_url, $reply_id );
    	}
    
    /**
     * Output the reply author email address
     *
     * @since 2.0.0 bbPress (r3445)