Fix issues for WordPress.org release #77

Merged
linos merged 11 commits from wp_org_fix into main 2024-11-16 19:38:29 +01:00
Showing only changes of commit c81ed626ad - Show all commits

View file

@ -38,7 +38,7 @@ final class Modern_Events_Calendar_Lite extends Event_plugin {
*/
public static function get_post_type(): string {
// See MEC_feature_events->get_main_post_type().
return apply_filters( 'mec_post_type_name', 'mec-events' ); // phpcs:ignore
return 'mec-events';
}
/**