This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(window.webpackJsonp = window.webpackJsonp || []).push([[152, 333, 388], { | |
"../node_modules/flag-icon-css/flags/4x3 sync recursive ^\\.\\/.*\\.svg$": function(e, t, a) { | |
var n = { | |
"./ad.svg": "../node_modules/flag-icon-css/flags/4x3/ad.svg", | |
"./ae.svg": "../node_modules/flag-icon-css/flags/4x3/ae.svg", | |
"./af.svg": "../node_modules/flag-icon-css/flags/4x3/af.svg", | |
"./ag.svg": "../node_modules/flag-icon-css/flags/4x3/ag.svg", | |
"./ai.svg": "../node_modules/flag-icon-css/flags/4x3/ai.svg", | |
"./al.svg": "../node_modules/flag-icon-css/flags/4x3/al.svg", |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! For license information please see entry-main.7248112e65c2a264a347.min.js.LICENSE.txt */ | |
(window.webpackJsonp = window.webpackJsonp || []).push([[63], { | |
"../node_modules/@babel/runtime/helpers/interopRequireDefault.js": function(e, t) { | |
e.exports = function(e) { | |
return e && e.__esModule ? e : { | |
default: e | |
} | |
} | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
LOWER(ep2.value) as value, | |
count( * ) as counts | |
from | |
tracks.prod_events as events, | |
events.eventprops as ep, | |
events.eventprops as ep2 | |
where | |
dateymd between 20190110 and 20190212 and | |
eventname = 'wpcom_hook_wpmu_new_blog' and |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
LOWER(ep2.value) as value, | |
count( * ) as counts | |
from | |
tracks.prod_events as events, | |
events.eventprops as ep, | |
events.eventprops as ep2 | |
where | |
dateymd between 20190110 and 20190212 and | |
eventname = 'wpcom_hook_wpmu_new_blog' and |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
LOWER(ep2.value) as value, | |
count( * ) as counts | |
from | |
tracks.prod_events as events, | |
events.eventprops as ep, | |
events.eventprops as ep2 | |
where | |
dateymd between 20190110 and 20190212 and | |
eventname = 'wpcom_hook_wpmu_new_blog' and |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
LOWER(ep2.value) as value, | |
count( * ) as counts | |
from | |
tracks.prod_events as events, | |
events.eventprops as ep, | |
events.eventprops as ep2 | |
where | |
dateymd between 20190110 and 20190212 and | |
eventname = 'wpcom_hook_wpmu_new_blog' and |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asdasd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://localhost/generate_token.php?code={authorization_code}&signature=da9d83c171400a41f8db91a950508985×tamp=1409617544 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Modify product data | |
$modify_data = array( | |
"product" => array( | |
"id" => $product_id, | |
"title" => "My New Title" | |
) | |
); | |
// Run API call to modify the product | |
$modified_product = shopify_call($token, $shop, "/admin/products/" . $product_id . ".json", $modify_data, 'PUT'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Convert product JSON information into an array | |
$products = json_decode($products['response'], TRUE); | |
// Get the ID of the first product | |
$product_id = $products['products'][0]['id']; |
NewerOlder