edit_form_class = 'WPDataProjects\\Parent_Child\\WPDP_Child_Form_View'; $this->list_table_class = 'WPDataProjects\\Parent_Child\\WPDP_Child_List_Table_View'; parent::__construct( $schema_name, $table_name, $wpda_list_columns, $args, $relationship ); $this->mode = 'view'; } /** * Set child action to view */ protected function set_child_action() { $this->child_action = 'view'; } } }