Skip to content

Commit

Permalink
Rename production post_type to match "theater.wp" (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion authored Feb 14, 2024
2 parents e218282 + e1e68f3 commit ca2278a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/production-blocks/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ function load_plugin(): void {
require_once FT_VENDOR_DIR . PLUGINPATH; // phpcs:ignore WordPressVIPMinimum.Files.IncludingFile.UsingCustomConstant

add_filter(
'wpt-production-posttype',
'wpt_production-posttype',
function (): string {
return 'ft_production';
}
);

add_filter(
'wpt-production-shadow-taxonomy',
'wpt_production-shadow-taxonomy',
function (): string {
return 'ft_production_shadow';
}
Expand Down

0 comments on commit ca2278a

Please sign in to comment.