Skip to content
9.0
643 reviews
Slimmer dan Smart
Verkooppunten
ALP EV partner worden?
Veelgestelde vragen
Inloggen app
Producten
ALP TeltoCharge
Actie: Gratis P1 Converter bij Teltocharge!
ALP Volt Time Source 2
ALP Easy Charge Oval
ALP Easy Charge Duo
ALP Easy Charge Duo Business
Alp-EV P1 Converters
Personalisatie
Laadoplossingen
Thuis laden
VvE & Wooncomplexen
Zakelijk laden
Plugfuse
Over ons
Aangesloten laadpassen
Downloads
Contact
Search for:
Search
; functions.wpsl-search-postcode; function wpsl_postcode_search( $results ) { if ( isset( $_GET['wpsl-search-postcode'] ) && !empty( $_GET['wpsl-search-postcode'] ) ) { $postcode = sanitize_text_field( $_GET['wpsl-search-postcode'] ); // Pas de query aan om te zoeken op basis van de postcode $args = array( 'post_type' => 'wpsl_stores', 'meta_query' => array( array( 'key' => 'wpsl_zip', 'value' => $postcode, 'compare' => 'LIKE' ) ) ); $query = new WP_Query( $args ); if ( $query->have_posts() ) { while ( $query->have_posts() ) { $query->the_post(); $results[] = array( 'id' => get_the_ID(), 'store' => get_the_title(), 'address' => get_post_meta( get_the_ID(), 'wpsl_address', true ), 'city' => get_post_meta( get_the_ID(), 'wpsl_city', true ), 'postcode' => get_post_meta( get_the_ID(), 'wpsl_zip', true ), 'country' => get_post_meta( get_the_ID(), 'wpsl_country', true ), 'lat' => get_post_meta( get_the_ID(), 'wpsl_lat', true ), 'lng' => get_post_meta( get_the_ID(), 'wpsl_lng', true ), ); } } wp_reset_postdata(); } return $results; } add_filter( 'wpsl_store_data', 'wpsl_postcode_search' );
Claudia