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

Expire Date Column In Users Overview Page #77

Open
codeclinic opened this issue Feb 4, 2021 · 1 comment
Open

Expire Date Column In Users Overview Page #77

codeclinic opened this issue Feb 4, 2021 · 1 comment

Comments

@codeclinic
Copy link

Hi,

When I view the page that shows all registered users of the site, there is a column with the heading "Expire Date". Is this produced by this plugin?

Unfortunately no expiry dates for any user show in this column. My client is asking for this info to be displayed. Is there a way that I can display this info for them, as their site has approximately 800 users? Or, is this something that you could fix/implement?

Thanks

@sackmotion
Copy link

I had the same issue and it was a plugin conflict, i had other plugin using an action for "manage_users_custom_column" using same priority, so i made a workaround , changing action priority value, from 10 to 15, made the trick :

add_action( 'manage_users_custom_column', array( $this, 'manage_users_custom_column' ), 15, 3 );

Hope it helps.

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

No branches or pull requests

2 participants