Skip to content

Commit

Permalink
added sd_my_account_logged_in_extras hook
Browse files Browse the repository at this point in the history
  • Loading branch information
viruthagiri committed Mar 7, 2017
1 parent b9405e2 commit c1e2db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ function sd_add_my_account_link($items, $args)
</li>
</ul>
<?php } ?>
<?php do_action('sd_my_account_logged_in_extras'); ?>
<ul class="sd-my-account-dd-menu-group">
<li class="sd-my-account-dd-menu-link">
<a href="<?php echo esc_url(wp_logout_url(home_url())); ?>">
Expand Down

0 comments on commit c1e2db5

Please sign in to comment.