Bug regarding clicks
-
#1 I have tested the plugin and the clicks are growing when I publish/update a post containing in content short links. If the short links are in custom fields everything is ok.
I deactivated all plugins and tested with defauld wordpress theme.
It is a bug.
#2 And please use this code at the end of plugin so that we can sort links by clicks.
add_filter( 'manage_edit-surl_sortable_columns', 'my_sortable_surl_column' ); function my_sortable_surl_column( $columns ) { $columns['clicks'] = 'clicks'; return $columns; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug regarding clicks’ is closed to new replies.