Fix migration script example

This commit is contained in:
Tetrakern 2024-11-04 19:49:44 +01:00
parent f916028a43
commit 7ccd0a6766

View File

@ -61,7 +61,7 @@ function fictioneer_migrate_chapters( $query_args = [], $story_args = [], $previ
$perform_link = esc_url(
add_query_arg(
array(
'action' => 'fictioneer_migrate_chapters',
'action' => 'fictioneer_migrate',
'perform' => 1
),
home_url( $_SERVER['REQUEST_URI'] )