Change link text ?
-
Hello! I am wondering how to change the text of the link to a font awesome icon. I believe I am calling it correctly but it doesn’t seem to work (this code works for the bbpress admin links).
function shido_custom_reply_admin_link( $links ) {
$links[‘report’] = get_reply_report_link(array(
‘report_text’ => __( ‘<i class=”fa fa-flag fa-2x”></i>’, ‘bbpress-report-content’ ),
) );
return $links;
}
add_filter( ‘bbp_reply_admin_links’, ‘shido_custom_reply_admin_link’ );https://www.ads-software.com/plugins/bbpress-report-content/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change link text ?’ is closed to new replies.