Skip to content
View nextab's full-sized avatar

Sponsoring

@laurent22
Block or Report

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.

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

  1. htaccess-hacks htaccess-hacks Public

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

    6 2

  2. divi_translation_de divi_translation_de Public

    Proper German translation of the Divi WordPress theme translation files

    Hack 3

  3. nxt-acf-forms nxt-acf-forms Public

    Integrating Contact Forms on a WordPress site with the help of the Advanced Custom Fields (ACF) plugin

    PHP 5

  4. ajax-search ajax-search Public

    example project for using ajax in WordPress

    PHP 7 1

  5. 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' );
  6. htaccess-password-protection htaccess-password-protection Public

    Komplettes Toolkit, um eine Entwicklungsumgebung (oder beliebige Webseite) unter einen Passwortschutz per .htacces zu setzen

    PHP 4 1