Skip to main content

1.13.7 - Adds filters and front-end classes

· One min read
Sarah Lewis
Senior Full Stack Engineer @ Yoko Co
Léo Muniz
Senior Full Stack Engineer @ Yoko Co

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_id filter to allow modification of the AMS ID returned from get_source_id().
  • [CPTSync] Adds the yoko_sync_invalid_source_id_message filter to allow modification of the Invalid Source ID message.
  • [CPTSync] Adds the yoko_sync_box_post_id filter 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_id filter 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-image and no-featured-image body 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_string WP option.