├── .github └── FUNDING.yml ├── LICENSE.txt ├── README.md ├── docs ├── comments_review_2.png ├── index.html └── wpwm_comments_optionpage.png ├── index.php ├── plugin_core.php ├── readme.txt └── screenshot.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VolkanSah/aicc-comments-reply/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VolkanSah/aicc-comments-reply/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VolkanSah/aicc-comments-reply/HEAD/README.md -------------------------------------------------------------------------------- /docs/comments_review_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VolkanSah/aicc-comments-reply/HEAD/docs/comments_review_2.png -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VolkanSah/aicc-comments-reply/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/wpwm_comments_optionpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VolkanSah/aicc-comments-reply/HEAD/docs/wpwm_comments_optionpage.png -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 |