curl -v https://u2048426.ct.sendgrid.net/wf/click?*********
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
Sub Upload_File() | |
Dim fName As String = "C:\Temp\Bestand1.xml" | |
Dim wUser As String = "User" | |
Dim wPassword As String = "Password" | |
Dim url As New Uri("https://www.website.nl/upl.php") | |
Dim cred As New CredentialCache() | |
cred.Add(url, "Basic", New NetworkCredential(wUser, wPassword)) | |
Dim boundary As String = Path.GetFileName(fName) |
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
<?php | |
// ... | |
/** | |
* WordPress REST API upload request. | |
* | |
* @param WP_REST_Request $request | |
*/ | |
public function rest_api_upload( WP_REST_Request $request ) { |
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
<?php | |
/* | |
Plugin Name: Gravity Forms SnelStart | |
Plugin URI: | |
Description: | |
Version: 1.0.0 | |
Requires at least: 4.0 | |
Author: |
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
<?php | |
define( 'WP_USE_THEMES', false ); | |
require './wp-blog-header.php'; | |
$test = get_site_transient( 'pronamic_transient_test' ); | |
echo 'Get transient', '<br />'; |
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
<?xml version="1.0"?> | |
<transaction destiny="temporary"> | |
<header> | |
<office>11024</office> | |
<code>MOLLIE_2</code> | |
<number>201700001</number> | |
<period>2017/02</period> | |
<date>20170201</date> | |
</header> | |
<lines> |
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
<?xml version="1.0"?> | |
<transaction destiny="temporary"> | |
<header> | |
<office>11024</office> | |
<code>INK</code> | |
<number>201400001</number> | |
<period>2014/12</period> | |
<date>20141231</date> | |
<invoicenumber>20170001</invoicenumber> | |
</header> |
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
<?php | |
/* | |
Plugin Name: SunStofey WooCommerce Prices Excluding Tax for Distributors | |
Plugin URI: https://www.pronamic.eu/ | |
Description: Display WooCommerce prices exlcuding tax for distributors. | |
Author: Pronamic | |
Version: 1.0.0 | |
Author URI: https://www.pronamic.eu/ | |
*/ |
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
/*! Holiday Media JavaScript framework, version 2.0.7 (c) 2006-2015 Holiday Media Author: Wim Latour (@wimlatour) */ | |
window.hm_libloader_preloaded = 'async,ha.booking.widget,hm.cache,hm.storage,hm.widget,jquery.ui.core,jquery.ui.datepicker,ui.datepicker,ui.datepicker-config,ui.datepicker-i18n'; | |
! function(e, n, r) { | |
if (e === r) throw "Holiday Media JavaScript framework requires jQuery"; | |
if (!e.hm || !e.hm.libloader) { | |
var t = function() { | |
function n() { | |
this.init.apply(this, arguments) | |
} | |
return e.extend(n.prototype, { |