Advice on Modifications?
-
Looking into the js code to generate the message wrap, I was wondering if the plugin can be modified to include other profile meta info along with the “nickname.”
For example, I have a profile field that retrieves a set image for a user (not gravatar) that is called using the php code below.
<?php echo esc_attr( get_the_author_meta( ‘image’, $user->ID ) ); ?>Would this be enough to call the image into a message thread so it appears next to each message? I would like it to look like this if possible. Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Advice on Modifications?’ is closed to new replies.