get_results( "SELECT DISTINCT(meta_value) from {$wpdb->prefix}postmeta WHERE meta_key='_custom_thank_you_page';", ARRAY_A ); $pages = wp_list_pluck( $pages, 'meta_value', 'key' ); $pages = array_map( 'absint', $pages ); // Removes any URLs $pages = array_filter( array_combine( $pages, $pages ) ); update_option( 'wcctyp_pages', $pages ); do_action( 'WCCTYP/update_excluded_thank_you_pages', $pages ); }