Hi Charlie.. yes its works now for editors also.. tnx …
Only I have now issues with Taxonomies and Categories .. I checked “Allow movies to use regular WordPress Categories.” https://prntscr.com/b2f2sp .. and now on category and home page for some posts is not showing Category name.. this happen for both plugin version.. from git and from www.remarpro.com..
I think issues is in update 2.1.4.3 “Dev – Term ordering updated to match the modifications brought by WordPress 4.4” and conflict file is includes/classes/class-wpmoly-utils.php
I use in Query this code to get Category name
$categories = get_the_category();
$cat_name = esc_html( $categories[0]->name );
$cat_slug = esc_html( $categories[0]->slug );
$cat_link = esc_url( get_category_link( $categories[0]->term_id ) );