Here is a list of the files changed:
components/points/includes/functions.php
components/points/includes/hooks/abstracts/post-type.php
components/points/includes/hooks/comment-removed.php
components/points/includes/hooks/comment.php
components/points/includes/update.php
components/points/install.php
components/points/points.php
includes/constants.php
includes/functions.php
readme.txt
wordpoints.php
However, it isn’t good practice to edit plugin files, because it makes it difficult to update. For the CSS, you can add styles to your child theme’s style.css
. If you are making changes in the PHP, those should be moved to a custom plugin, or to your child theme’s functions.php
file. If you need more do_action()
and apply_filters()
hooks added to WordPoints so that you can accomplish what you want, let me know and I can add them to a future release.