Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action(
- 'wp_footer',
- function() {
- ?>
- <script>
- (function($){
- $(document).on('ready', function() {
- let newLink = `<li><a href="example.com"><i class="fa fa-user"></i> Example</a></li>`
- $('.profile_links').append(newLink);
- });
- })(jQuery);
- </script>
- <?php
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement