André Amorim

Crafting Web Experiences

//

Encrypt automatically all file paths to wp-content/uploads

The issue with this technique is that makes the page load time much longer!

 [
				'verify_peer' => false,
				'verify_peer_name' => false,
			],
		]
	);

	readfile( $file_path );
}

Published date:

Modified date: