1.13.7 - Adds filters and front-end classes
· One min read
Adds filters to control the display of CPTSync buttons on the editor and post listing screens. Adds front-end classes to indicate availability of a featured image. Fixes a timezone WP Activity Log integration error.
ADDS
- [CPTSync] Adds the
yoko_sync_get_source_idfilter to allow modification of the AMS ID returned fromget_source_id(). - [CPTSync] Adds the
yoko_sync_invalid_source_id_messagefilter to allow modification of the Invalid Source ID message. - [CPTSync] Adds the
yoko_sync_box_post_idfilter to allow modification of the post ID used for re-sync and audit buttons on the editor screen. - [CPTSync] Adds the
yoko_sync_admin_column_post_idfilter to allow modification of the post ID used for re-sync and audit buttons on the post listing screen. - [FRONT-END CLASSES] Adds
has-featured-imageandno-featured-imagebody and post classes for use in front-end styling.
FIXES
- WP Activity Log integration error - Timezone fallback for multisites when on a subsite doesn't have
timezone_stringWP option.