Hello @svenschaetzl ,
Thank you for reaching us. Here are the functions:
Multiple Author display function:
apply_filters( ‘postx_loop_author_image_only’, $authorImgOnly, $user_id, $post_id, $className);
apply_filters( ‘postx_loop_author_image’, $authorImg, $user_id, $post_id, $className);
apply_filters( ‘postx_loop_author_icon’, $authorIcon, $user_id, $post_id, $className);apply_filters( ‘postx_loop_author_by’, $authorBy, $user_id, $post_id, $className);
Let me know if that helps.
Thread Starter
svenni
(@svenschaetzl)
Hi Tonmoy,
thank you – this is the first step. An example snippet for each would be helpful, so that is is clear what need to be returned.
Thanks,
Sven
Hi @svenschaetzl ,
Unfortunately, we don’t have any ready-made examples to demonstrate this snippet. However, our development team said, in the future, we will be implementing multiple author options inside our plugin.