Skip to content

Instantly share code, notes, and snippets.

View ShoboySnr's full-sized avatar
🏠
Working from home

Shobowale Damilare ShoboySnr

🏠
Working from home
View GitHub Profile
<?php
require_once 'vendor/autoload.php';
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__);
$dotenv->load();
$merchantId = $_ENV['OPAY_MERCHANT_ID'];
$privateKey = $_ENV['OPAY_PRIVATE_KEY'];
$baseUrl = 'https://testapi.opaycheckout.com';
@ShoboySnr
ShoboySnr / dl-file.php
Created November 13, 2020 18:09 — forked from hakre/dl-file.php
Wordpress login to download uploaded files
<?php
/*
* dl-file.php
*
* Protect uploaded files with login.
*
* @link http://wordpress.stackexchange.com/questions/37144/protect-wordpress-uploads-if-user-is-not-logged-in
*
* @author hakre <http://hakre.wordpress.com/>
* @license GPL-3.0+