Home › Forums › Pro Support › List of PHP codes? This topic has 1 reply, 2 voices, and was last updated 2 years, 4 months ago by elvin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 15, 2021 at 7:07 am #30262 AlesiaParticipant Hi guys, Where do I find a list of potential filters and actions I could use? I want to do two things. The first is customising my meta and the second is adding/customising a “read more” button in excerpt. May 17, 2021 at 7:29 pm #30333 elvinModerator Hi there, We currently don’t have documentation for the list of hooks and filters. But, our source code for WPSP is open to the public. You can look for all the do_action() for your add_action hooks here – https://github.com/tomusborne/wp-show-posts/search?q=do_action The most used hooks are these ones – https://wpshowposts.com/support/topic/bbpress-metadata-and-dates-in-wpshowposts/#post-28854 You can do the same for filters – https://github.com/tomusborne/wp-show-posts/search?q=apply_filters – https://github.com/tomusborne/wp-show-posts/search?q=add_filter Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In