Skip to content
View christophwessels's full-sized avatar
🏡
Home-Office
🏡
Home-Office

Block or report christophwessels

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
christophwessels/README.md

Hi there 👋

  • 🔭 I’m currently working on :
    • instazoomer.de
    • discordzoom.com
    • thumbnail-downloader.de
    • hytaleitems.de
  • 📫 How to reach me: [email protected]

Pinned Loading

  1. maintenance-mode maintenance-mode Public

    A small maintenance mode page

  2. Remove WP Rocket from Admin Bar Menu Remove WP Rocket from Admin Bar Menu
    1
    add_action( 'admin_bar_menu', function() {
    2
    	remove_action( 'admin_bar_menu', 'rocket_admin_bar', PHP_INT_MAX );
    3
    } );
  3. Meta-Tag "theme-color" - Color the a... Meta-Tag "theme-color" - Color the android browser bar
    1
    <meta name="theme-color" content="#0040ff">
  4. HTML5 Bootstrap Starter Template wit... HTML5 Bootstrap Starter Template with Meta
    1
    <!doctype html>
    2
    <html lang="en">
    3
      <head>
    4
        <!-- Required meta tags -->
    5
        <meta charset="utf-8">