File: /var/www/hcv/wp-content/themes/hockey/templates/page-elements/element11.php
<?php
// Element ID: Element11
// Element Name: New in drill store
$arrContextOptions=array(
"ssl"=>array(
"verify_peer"=>false,
"verify_peer_name"=>false,
),
);
$response = file_get_contents('https://api.hockeycoachvision.com/articles/shop', false, stream_context_create($arrContextOptions));
$response = json_decode($response);
$response = array_slice($response, -5);
$response = array_reverse((array)$response);
$element["drills"] = $response;
$set_link = get_field( 'drill_set_page_template','options');
$element['set_link'] = $set_link . '?id=';