Skip to content

Instantly share code, notes, and snippets.

@keesiemeijer
keesiemeijer / functions.php
Created September 18, 2016 18:12
Insert HTML between paragraphs in WordPress post content
<?php
/**
* Insert HTML between paragraphs in WordPress post content using php DOMDocument().
*
* Inserts HTML in the middle of top level paragraphs.
* For example:
*
* <p>Hello</p>
* <blockquote>
* <p>Awesome</p><!-- not a top level paragraph -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Yahoo Weather API</title>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
</head>
<body>
<select id="cities"></select>
@rodica-andronache
rodica-andronache / gist:54f3ea95bcaf76435e55
Created October 31, 2014 13:27
color picker in wordpress widget
class Color_Picker_Widget_25809 extends WP_Widget {
/**
* Widget constructor.
*
* @since 1.0
*
* @access public
*/
public function __construct() {