• Resolved expserv

    (@expserv)


    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

    (@peterschulznl)

    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

    (@peterschulznl)

    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.