diff --git a/includes/interactives/class-interactives.php b/includes/interactives/class-interactives.php index daa667ab..7d63fa73 100644 --- a/includes/interactives/class-interactives.php +++ b/includes/interactives/class-interactives.php @@ -595,6 +595,7 @@ public function rewrite_update_hook( $post ) { /** * Register the rewrite tags for all interactives. + * @TODO: change this to use the centralized prc_platform_rewrite_tags filter * @hook init */ public function rewrite_tags() { @@ -616,6 +617,7 @@ public function rewrite_tags() { /** * Register the rewrite rules for all interactives. + * @TODO: change this to use the centralized prc_platform_rewrite_rules filter * @hook init */ public function rewrite_index() {