Skip to content
View olatechpro's full-sized avatar

Organizations

@Codesolutions-io
Block or Report

Block or report olatechpro

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 Loading

  1. evercookie evercookie Public

    Forked from samyk/evercookie

    Produces persistent, respawning "super" cookies in a browser, abusing over a dozen techniques. Its goal is to identify users after they've removed standard cookies and other privacy data such as Fl…

    JavaScript 1

  2. Converting a shortcode to a block: t... Converting a shortcode to a block: this method is fast to do, but a mediocre UX. You should only use this as a stopgap until you can implement a full block UI.
    1
    // License: GPLv2+
    2
    
    
    3
    var el = wp.element.createElement,
    4
    	registerBlockType = wp.blocks.registerBlockType,
    5
    	ServerSideRender = wp.components.ServerSideRender,