Skip to content
Snippets Groups Projects

wpdesk_autopay_transaction_title

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Sebastian Rybacki
    snippetfile1.txt 120 B
    add_filter('wpdesk_autopay_transaction_title', function($title, $donation) {
        return 'Tytuł transakcji';
    }, 10, 2);
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment