Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support post type admin column for hierarchical post type download #9746

Open
codersantosh opened this issue Jul 9, 2024 · 0 comments · May be fixed by #9747
Open

Support post type admin column for hierarchical post type download #9746

codersantosh opened this issue Jul 9, 2024 · 0 comments · May be fixed by #9747
Assignees
Labels
type-request workflow-pending-triage Items that need to be triaged and reviewed before they are worked on.

Comments

@codersantosh
Copy link

Support Post Type Admin Column for hierarchical Post Type

Currently, the plugin uses the action hook manage_posts_custom_column. This hook only supports the default case. No data will appear in the post type admin column if a developer changes the post type attribute to hierarchical. It can be solved either by changing the hook to manage_download_posts_custom_column or adding the hook add_action( 'manage_pages_custom_column', 'edd_render_download_columns', 10, 2 );. The first one is recommended.

@codersantosh codersantosh added type-request workflow-pending-triage Items that need to be triaged and reviewed before they are worked on. labels Jul 9, 2024
@codersantosh codersantosh linked a pull request Jul 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-request workflow-pending-triage Items that need to be triaged and reviewed before they are worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants