• Are there any plans to integrate with Admin Columns, and/or provide the ability to create custom columns?

    It would be really useful to be able to hook in, add new columns that include data about the object(s) involved, e.g. user email.

Viewing 1 replies (of 1 total)
  • I would also like this option, would definitely add more value to this Activity plugin compared to others.

    public function get_columns() {
        $columns = array(
            'date'        => __( 'Date', 'aryo-activity-log' ),
            'author'      => __( 'Author', 'aryo-activity-log' ),
            'ip'          => __( 'IP', 'aryo-activity-log' ),
            'type'        => __( 'Type', 'aryo-activity-log' ),
            'label'       => __( 'Label', 'aryo-activity-log' ),
            'action'      => __( 'Action', 'aryo-activity-log' ),
            'description' => __( 'Description', 'aryo-activity-log' ),
        );
        
        return apply_filters( '...', $columns );
    }
    • This reply was modified 6 years, 6 months ago by basvandijkk.
    • This reply was modified 6 years, 6 months ago by basvandijkk.
Viewing 1 replies (of 1 total)
  • The topic ‘Admin Columns integration / custom columns’ is closed to new replies.