Title: dpilon's Replies | WordPress.org

---

# dpilon

  [  ](https://wordpress.org/support/users/dpilon/)

 *   [Profile](https://wordpress.org/support/users/dpilon/)
 *   [Topics Started](https://wordpress.org/support/users/dpilon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dpilon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dpilon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dpilon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dpilon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dpilon/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Changing "Billing Details" Label](https://wordpress.org/support/topic/changing-billing-details-label/)
 *  [dpilon](https://wordpress.org/support/users/dpilon/)
 * (@dpilon)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/changing-billing-details-label/#post-6669001)
 * You would need to modify the file yourself in order for this to happen:
    Hopefully
   this will be added very soon.
 * File: template.php
    Line 1217: Modify like this
 * <!– <legend> //–><?php //_e( ‘Billing Details’, ‘give’ ); ?><!–</legend> //–>
   
   <legend><?php echo apply_filters( ‘give_checkout_billing_details_text’, __( ‘
   Billing Details’, ‘give’ ) ); ?></legend>
 * And then you can use the new filter in your functions.php file: give_checkout_billing_details_text
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seamless Donations is Sunset] How can we add Editor Role to this plug in (only admin role?)](https://wordpress.org/support/topic/how-can-we-add-editor-role-to-this-plug-in-only-admin-role/)
 *  [dpilon](https://wordpress.org/support/users/dpilon/)
 * (@dpilon)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-can-we-add-editor-role-to-this-plug-in-only-admin-role/#post-5547129)
 * With the User Role plugin make sure the user has manage_options capability.
 * This is what the plugin look for.
 * DP
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seamless Donations is Sunset] Installing and using Seamless Donations Plugin](https://wordpress.org/support/topic/installing-and-using-seamless-donations-plugin/)
 *  [dpilon](https://wordpress.org/support/users/dpilon/)
 * (@dpilon)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/installing-and-using-seamless-donations-plugin/#post-5867845)
 * You should find the setting within the drop down menu for Seamless Donation above
   the Log and Help Options.
 * Yes…create a normal page and give it any name you like.
 * In that page where you would type your content…add that shortcode: [dgx-donate]
 * Then update or publish the page.
 * DP

Viewing 3 replies - 1 through 3 (of 3 total)