All Topics
acp/editing/saved
Hello.
How can I check if user column is bulk edited?
I use that code – I just found online in your git repro.
So do i got over $column something back i can check?
function acp_editing_saved_usage( AC\Column $column, $id, $value ) {
add_action( 'acp/editing/saved', 'acp_editing_saved_usage', 10, 3 );
Best Regards
You must be logged in to reply to this topic.