Remove test code
Welp
This commit is contained in:
parent
b7e9684672
commit
0ef03c57e5
@ -1567,8 +1567,6 @@ function fictioneer_append_chapter_to_story( $post_id, $story_id, $force = false
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_log( $post_id );
|
|
||||||
|
|
||||||
// Setup, continued
|
// Setup, continued
|
||||||
$chapter_author_id = get_post_field( 'post_author', $post_id );
|
$chapter_author_id = get_post_field( 'post_author', $post_id );
|
||||||
$story_author_id = get_post_field( 'post_author', $story_id );
|
$story_author_id = get_post_field( 'post_author', $story_id );
|
||||||
@ -1578,8 +1576,6 @@ function fictioneer_append_chapter_to_story( $post_id, $story_id, $force = false
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_log( 'force' );
|
|
||||||
|
|
||||||
// Get current story chapters
|
// Get current story chapters
|
||||||
$story_chapters = fictioneer_get_story_chapter_ids( $story_id );
|
$story_chapters = fictioneer_get_story_chapter_ids( $story_id );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user