Skip to content
View kp-emagine's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report kp-emagine

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Wordpress Sanitize SVGs Wordpress Sanitize SVGs
    1
    function clean_svg( string $_svg_xml ) : string {
    2
    
    
    3
    	// common attributes, these mainly apply to shape based elements
    4
    	$_common = array(
    5
    		'id' => true, 
  2. Adding Multiple "Featured" Images to... Adding Multiple "Featured" Images to Posts
    1
    function add_featured_images ( $howmany = 1 ) {
    2
    	global $imgs;
    3
    	$imgs = $howmany;
    4
    	// add the meta boxes
    5
    	add_action( 'add_meta_boxes', function( ) {
  3. larrabee/s3sync larrabee/s3sync Public

    Really fast sync tool for S3

    Go 453 70