Skip to content
View nextab's full-sized avatar

Sponsoring

@laurent22

Block or report nextab

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. htaccess-hacks htaccess-hacks Public

    Just a collection of hacks for your .htaccess file to improve server security.

    7 2

  2. Dashboard Widget mit Designer - Deve... Dashboard Widget mit Designer - Developer Daten.php
    1
    // Add a new dashboard widget to WordPress
    2
    function nextab_add_dashboard_widgets() {
    3
    	wp_add_dashboard_widget('nxt_dev_info', 'Designer & Developer Info', 'nextab_theme_info');
    4
    }
    5
    add_action('wp_dashboard_setup', 'nextab_add_dashboard_widgets' );
  3. nxt-timeline nxt-timeline Public

    WordPress plugin to auto-generate an animated and customizable timeline

    PHP 5 2

  4. nxt-dark-mode-switcher nxt-dark-mode-switcher Public

    A Gutenberg block for WordPress that allows users to switch between dark and light mode. It reads out the user preference and remembers their choice in a cookie.

    PHP 2

  5. linkmeup linkmeup Public

    Simple WordPress theme to have all your most important links in one place

    PHP 1

  6. nxt-sync-site nxt-sync-site Public

    A minimal WordPress plugin designed to synchronize page structure and hierarchy from a live WordPress site to a staging environment via sitemap analysis or WordPress REST API.

    PHP