Skip to content

Commit

Permalink
remove list of filters
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Dec 8, 2024
1 parent 98cbad5 commit c37ea91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/class-receiver.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@ public static function get( $request ) {
* @param WP_REST_Request $request Full data about the request.
*
* @return WP_Error|WP_REST_Response
*
* @uses apply_filters calls "webmention_comment_data" on the comment data
* @uses apply_filters calls "webmention_update" on the comment data
* @uses apply_filters calls "webmention_success_message" on the success message
*/
public static function post( $request ) {
$source = $request->get_param( 'source' );
Expand Down

0 comments on commit c37ea91

Please sign in to comment.