Thank you, I got the “Code Snippets” plugin and tried to add the above code as a javascript snippet, activated on the front end but no luck.
It’s showing as the below. Any ideas as to what I might be missing? Thank you again. Trudi
<?php
add_action( ‘wp_head’, function () { ?>
<script>
add_action("um_members_directory_head","um_090821_pagination_on_head");
function um_090821_pagination_on_head(){
echo "<div class=\"um-members-pagination-box\"></div>";
}
</script>
<?php } );