By default, 'Comments section of 'Activity admin dashboard widget shows excerpt for the comments, truncating the content of the comments to the 20 words while at the time stripping out all markup..
This plugin adds link at the end of the comment actions row.
Show more link, when clicked, will replace the excerpt with the full comment.
The full comment will include all markup, including utilized markup and changes applied via filters, plugins, etc.
The full comment can be switched back to the except by clicking the.
Show more link when the comment is expanded )...
In-place expansion refers to the ability to click the link to see the full comment and it will be presented in place of the excerpt without requiring page reload or navigation..
Such code should be put into mu-plugin or site-specific plugin . c2c expandable dashboard recent comments start expanded.
The 'c2c expandable dashboard recent comments start expanded hook allows you to configure 'Recent Comments admin dashboard widget display all comments in their expanded state ..
Arguments $default The default state, which is 'false $comment The comment object being displayed..
Read more