Title: Editing PHP files for front-end shortcode
Last modified: October 11, 2019

---

# Editing PHP files for front-end shortcode

 *  Resolved [expserv](https://wordpress.org/support/users/expserv/)
 * (@expserv)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/editing-php-files-for-front-end-shortcode/)
 * I want to edit and modify certain parts, both UI and functionality, that are 
   specifically to my current use case.
 * Which .php files are used for the [wpdiehard] shortcode, both the tables and 
   the editable forms?

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

 *  Plugin Author [Passionate Programmer Peter](https://wordpress.org/support/users/peterschulznl/)
 * (@peterschulznl)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/editing-php-files-for-front-end-shortcode/#post-12024751)
 * Hi expserv,
 * That depends on the functionality you are using…
 * There is a folder WPDataAccess/Simple_Form that holds all data entry logic and
   ui, except the parent/child related data entry forms. They are in WPDataProject/
   Simple_Form.
 * The base class for all list tables is WP_List_Table, the original WordPress class.
   Class WPDA_List_Table is a sub class of WP_List_Table that holds the logic all
   list tables in the plugin use. All other list tables are sub classes of WPDA_List_Table.
   There are quite a few…
 * In which area do you need to make changes? Maybe I can be more specific if I 
   know?
 * Best reagrds,
    Peter
 *  Plugin Author [Passionate Programmer Peter](https://wordpress.org/support/users/peterschulznl/)
 * (@peterschulznl)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/editing-php-files-for-front-end-shortcode/#post-12083086)
 * Hi expserv,
 * I’m closing this topic. Please feel free to open a new topic if you have a question
   or feature request.
 * Best regards,
    Peter

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

The topic ‘Editing PHP files for front-end shortcode’ is closed to new replies.

 * ![](https://ps.w.org/wp-data-access/assets/icon-256x256.png?rev=3299063)
 * [WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards](https://wordpress.org/plugins/wp-data-access/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-data-access/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-data-access/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-data-access/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-data-access/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Passionate Programmer Peter](https://wordpress.org/support/users/peterschulznl/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/editing-php-files-for-front-end-shortcode/#post-12083086)
 * Status: resolved