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

Added custom fields and hooks around actions code #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidyaha
Copy link

No description provided.

@ghost
Copy link

ghost commented May 24, 2016

@davidyaha This is a very handy feature addition 👍 🙇 Thanks!

@mitcho Do you have time to take a look at the pull request and merge it? 😄 It would be nice to have it in WP's plugin trunk.

$fields[] = 'post_url';

$meta_keys = $wpdb->get_col("select distinct(meta_key) from $wpdb->postmeta");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose here? Adding separate default columns might be something to put in a separate patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants