get_dummy_list(), $this->theme_name ); ?>

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 = '' . esc_attr( $dummy_title ) . ''; 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'; } ?>