7 lines
170 B
PHP
7 lines
170 B
PHP
<?php
|
|
$current_post = retrieve_storyline_post('last', array('child_of' => array('amoc', 'dawns-dictionary-drama')));
|
|
|
|
var_dump($current_post);
|
|
|
|
finish_comicpress();
|
|
?>
|