function wpe_update_page(){
$my_pages = get_pages();
foreach ( $my_pages as $my_page ):
wp_update_post( $my_page );
endforeach;
}
add_action('init','wpe_update_page');
function wpe_update_page(){
$my_pages = get_pages();
foreach ( $my_pages as $my_page ):
wp_update_post( $my_page );
endforeach;
}
add_action('init','wpe_update_page');