- Bouldering
- Theatre
- Escape Room
- Spiderman: No way home
| <?php | |
| add_action('init', function () { | |
| $orders = wc_get_orders([ | |
| 'date_created' => '2020-11-01...2020-11-30', | |
| 'limit' => 50000, | |
| ]); | |
| $order = wc_get_order(16118)->get_items(); |
| [][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]][([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]+(!![]+[])[+[]]+(![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+ |
| const lodashPick = (object, keys) => { | |
| return keys.reduce((obj, key) => { | |
| if (object && object.hasOwnProperty(key)) { | |
| obj[key] = object[key]; | |
| } | |
| return obj; | |
| }, {}); | |
| }; | |
| const setupProps = async (props) => { |
| window.Helpers = { | |
| authorize: function() { | |
| var client_id = this.getQueryParam('app_client_id'); | |
| // Use Exportify application client_id if none given | |
| if (client_id == '') { | |
| client_id = "9950ac751e34487dbbe027c4fd7f8e99" | |
| } | |
| window.location = "https://accounts.spotify.com/authorize" + |
A list of web performance related stuff.