From the admin listing of posts and pages, user can close or open comments to any posts to.
The color-coding gives instant feedback on the current status of the post for comments green means the post page is open to comments, red means the post page is closed to comments.
The 'c2c one click close comments click char hook allows you to use character or string as the in the posts listing tables.
It's the character that get color-coded to indicate if comments are open or close, and the thing to click to toggle the comment open status.
Example ** * Changes the character used as the one-click link to diamond * * @param string $char The character * @return string * custom one click char { return } add filter ..
Were the mouse to hover over the indicator, the tooltip would read.
When on 'Edit Posts or 'Edit Pages admin pages, click the indicators to toggle the comment status for post, as necessary...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Change Remove support for WordPress older than 4.6.
Add enqueue scripts and styles, register styles, enqueue admin css, enqueue admin js.
Read more