Skip to content

Commit

Permalink
Remove duplicate filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege authored Jul 19, 2023
1 parent 968183d commit 8cda851
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function setup() {
add_filter( 'pronamic_payment_source_url_' . FormsSource::PAYMENT_FORM, [ $this, 'source_url' ], 10, 2 );
add_filter( 'pronamic_payment_source_text_' . FormsSource::PAYMENT_FORM, [ $this, 'source_text' ], 10, 2 );
add_filter( 'pronamic_payment_source_description_' . FormsSource::PAYMENT_FORM, [ $this, 'source_description' ], 10, 2 );
add_filter( 'pronamic_payment_source_description_' . FormsSource::PAYMENT_FORM, [ $this, 'source_description' ], 10, 2 );

// Blocks module.
if ( function_exists( 'register_block_type' ) ) {
Expand Down

0 comments on commit 8cda851

Please sign in to comment.