Home › Forums › Support › Hooks for comments.php This topic has 7 replies, 2 voices, and was last updated 5 years, 10 months ago by Pete. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts November 20, 2014 at 1:41 am #47640 Pete Sorry if they’re already in place but I’d like to see lots of hooks to edit each part of the comments form and messages. November 20, 2014 at 10:11 am #47756 TomLead Developer Lead Developer Those strings all have filters π http://generatepress.com/knowledgebase/filter-list/ You can use a filter like this: add_filter('generate_leave_comment','generate_custom_filter_name'); function generate_custom_filter_name() { return 'Say this instead'; } November 20, 2014 at 2:57 pm #47797 Pete Thanks, oh and something unrelated the edit page link is appearing on this page π November 20, 2014 at 3:05 pm #47798 TomLead Developer Lead Developer On which page? The edit_link WP function won’t show for anyone but administrators. I just logged into a test subscriber account to confirm this. Let me know π November 20, 2014 at 6:33 pm #47831 Pete Yep there it is on this page right under the submit button November 20, 2014 at 6:35 pm #47832 TomLead Developer Lead Developer .. But I have an account with the exact same permissions as you and it doesn’t show up. Can you change your password to something temporary and email it to me so I can take a look? Where does it try to take you? Can you see it on a topic you didn’t start? (http://generatepress.com/forums/topic/generatepress-and-visual-editor/) You’re pretty good at finding bugs it seems – this one might be a bbPress one π November 20, 2014 at 6:56 pm #47834 TomLead Developer Lead Developer No need to do the password thing. Seems to be a bbPress bug – if you create the topic, it thinks that you can edit it through that link. I’ll go ahead and post the bug in their forums. Thanks! November 24, 2018 at 5:19 am #737322 Pete resolved Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In