Is It Possible to Output the Modified Author?

Is it possible to output functions such as:

the_modified_author()

Or is there an equivalent in L&L?

Hi Matthew!
You can’t run PHP snippets directly in L&L, but you could create a shortcode that runs the function and place the shortcode in L&L.

@eliot the_modified_author() is a core WP function to get the author of the most recent modification to a post. Maybe this is something we could add support for, structured like the existing author fields <Field modified_author /> and <Field modified_author_* />?

1 Like

Ok thanks. It would be good if it could be included in L&L, but not the end of the world if not.

1 Like

If you’re referring to adding PHP snippets, we won’t be doing that as it’s a pretty big security concern, but the modified author field sounds like a great addition!

Yeah I just meant if the modified author field could be included, that would be useful!

1 Like

Hi @baldidiot, looks like the modified_author field is now available in the latest release of L&L :smiley:

Should be included in the docs as well shortly.

1 Like