get_content_parts_ids() as $content_part_id ) : ?>
get_content_info( $content_part_id );
$dummy_title = $dummy_info->get( 'title' );
?>
get( 'screenshot' ) ) : ?>
get( 'screenshot' );
$img = '
 . ')
';
if ( $dummy_info->get( 'link' ) ) {
$img = '
' . $img . '';
}
?>
plugins_checker()->is_plugins_active( $dummy_info->get( 'req_plugins' ) ) ) {
include 'dummy-info-view.php';
} else {
include 'install-req-plugins-view.php';
}
?>