Skip to content

Instantly share code, notes, and snippets.

View ahmedofali's full-sized avatar
🤓

Ahmed Ali ahmedofali

🤓
View GitHub Profile
@ahmedofali
ahmedofali / gist:b8018a29c6e366115b1358cb3f25f90c
Created January 1, 2017 10:45 — forked from remyperona/gist:13348dbcd2bbb0d9406f
WordPress customizer custom tinymce control
class Text_Editor_Custom_Control extends WP_Customize_Control
{
public $type = 'textarea';
/**
** Render the content on the theme customizer page
*/
public function render_content() { ?>
<label>
<span class="customize-control-title"><?php echo esc_html( $this->label ); ?></span>
<?php