Ejemplo n.º 1
0
 /**
  * Performs the action of setting the appropriate template to the page.
  *
  * @param WebPage          $webPage
  * @param HTMLImportStages $stagesSettings
  * @param WPMetaConfigs    $meta
  * @param null             $other
  *
  * @return null
  */
 protected function performStage(WebPage $webPage, HTMLImportStages $stagesSettings, WPMetaConfigs &$meta, &$other = null)
 {
     update_post_meta($meta->getPostId(), '_wp_page_template', $meta->getPageTemplate());
 }