process_theme( $post_id ); } /** * Process needed upgrades on each popup theme. * * @param int $theme_id * * @return int $theme_id */ abstract public function process_theme( $theme_id = 0 ); }