Fix action parameter

This commit is contained in:
Tetrakern 2024-10-14 11:38:34 +02:00
parent 69d8f77432
commit 554b39d062

View File

@ -35,7 +35,7 @@ get_header();
<article id="post-<?php the_ID(); ?>" class="post__article">
<header class="post__header">
<?php do_action( 'fictioneer_post_header_open', $post_id, array( 'context' => 'single-post' ) ); ?>
<?php do_action( 'fictioneer_post_header_open', $post->ID, array( 'context' => 'single-post' ) ); ?>
<h1 class="post__title"><?php echo $title; ?></h1>
<div class="post__meta layout-links"><?php echo fictioneer_get_post_meta_items(); ?></div>
</header>