Skip to content
View mattburesh's full-sized avatar

Block or report mattburesh

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. bluesky-shortcuts bluesky-shortcuts Public

    Browser extension that adds keyboard shortcuts to bsky.app

    JavaScript 20 6

  2. useful-wp-cli.md useful-wp-cli.md
    1
    # Useful WP CLI Commands
    2
    
                  
    3
    ### Update Multisite Permalinks
    4
    
                  
    5
    `wp site list --field=url | xargs -n1 -I site wp rewrite structure '/news/%postname%/' --url=site`