[ad_1]
Hi,
Where do you want to add it? In sidebar menu item or in content area?
Thank you
Hi,
Add following code in child theme functions.php file to add extra information after list item –
add_action( 'rtcl_after_account_navigation_list', function () {
?>
<a href="#">add link here</a>
<?php
} );
