Example #1
0
 function pre_option_page_for_posts()
 {
     global $switched;
     $pre_option_page = new WPML_Pre_Option_Page($this->wpdb, $this, $switched, $this->this_lang);
     return $pre_option_page->get('page_for_posts');
 }