Skip to content

Instantly share code, notes, and snippets.

View joernschellhaas's full-sized avatar

Joern Schellhaas joernschellhaas

View GitHub Profile
@joernschellhaas
joernschellhaas / pixabay-images.php
Created December 24, 2017 10:17
Better Image Credits support for Pixabay Images
<?php
/*
Plugin Name: Pixabay Images
Plugin URI: https://pixabay.com/blog/posts/p-136/
Description: Find quality public domain images from Pixabay and upload them with just one click.
Version: 3.1
Author: Simon Steinberger
Author URI: https://pixabay.com/users/Simon/
License: GPLv2
#!/bin/sh
# kFreeBSD do not accept scripts as interpreters, using #!/bin/sh and sourcing.
if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then
set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script
fi
### BEGIN INIT INFO
# Provides: autossh
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5