Skip to content
View melissajclark's full-sized avatar

Block or report melissajclark

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. client-name client-name Public

    WordPress block editor theme to clone for client projects

    HTML 1

  2. WordPress Block Editor: Add a custom... WordPress Block Editor: Add a custom Query block variation with a Post Template
    1
    /**
    2
     * Include variable for ImageDateTitle icon from core. Used in the Query Block Variation below
    3
     */
    4
    const external_wp_element_namespaceObject = window["wp"]["element"];
    5
    const external_wp_components_namespaceObject = window["wp"]["components"];
  3. WordPress sub-menu JS: turn [a href=... WordPress sub-menu JS: turn [a href="#"] links into <button> and more
    1
    <?php
    2
    /**
    3
     * Enqueue the JS file.
    4
     *
    5
     * @since 1.0.0