fix post_type for mec
This commit is contained in:
parent
455c2d0924
commit
c81ed626ad
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ final class Modern_Events_Calendar_Lite extends Event_plugin {
|
||||||
*/
|
*/
|
||||||
public static function get_post_type(): string {
|
public static function get_post_type(): string {
|
||||||
// See MEC_feature_events->get_main_post_type().
|
// See MEC_feature_events->get_main_post_type().
|
||||||
return apply_filters( 'mec_post_type_name', 'mec-events' ); // phpcs:ignore
|
return 'mec-events';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue