Skip to content

Commit

Permalink
fix(ia): update recaptcha settings url (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpeixe authored Feb 5, 2025
1 parent 2e3a187 commit c82d20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-newspack-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public static function enqueue_block_editor_assets() {
'iframe_can_upload_archives' => WP_REST_Newspack_Iframe_Controller::can_upload_archives(),
'supports_recaptcha' => class_exists( 'Newspack\Recaptcha' ),
'has_recaptcha' => class_exists( 'Newspack\Recaptcha' ) && \Newspack\Recaptcha::can_use_captcha(),
'recaptcha_url' => admin_url( 'admin.php?page=newspack-connections-wizard' ),
'recaptcha_url' => admin_url( 'admin.php?page=newspack-settings' ),
'custom_taxonomies' => self::get_custom_taxonomies(),
'can_use_name_your_price' => self::can_use_name_your_price(),
'tier_amounts_template' => self::get_formatted_amount(),
Expand Down

0 comments on commit c82d20a

Please sign in to comment.