Skip to content

Commit

Permalink
removed load text domain method
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Jan 4, 2025
1 parent 7eb1c0b commit c2cd5b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cryptopay-gateway-for-rcp.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ function rcpCryptoPayRegisterModels(): void

rcpCryptoPayRegisterModels();

add_action('init', function (): void {
load_plugin_textdomain('cryptopay-gateway-for-rcp', false, basename(__DIR__) . '/languages');
});

add_action('plugins_loaded', function (): void {
rcpCryptoPayRegisterModels();

Expand Down

0 comments on commit c2cd5b9

Please sign in to comment.