• $page_id = get_option('my_example_page_id');
    
    echo get_page_link( $page_id );

    I am using this method for get some page links. But when choose another language, page link doesn’t change.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘get_page_link problem’ is closed to new replies.