Skip to content
View stkjj's full-sized avatar
🇰🇪
at home
🇰🇪
at home

Organizations

@pluginkollektiv @wptv-tools
Block or Report

Block or report stkjj

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. Meetup-Autopilot Meetup-Autopilot Public

    Forked from staude/Meetup-Autopilot

    PHP

  2. wordcamp-und-meetup-dokumente wordcamp-und-meetup-dokumente Public

    deutsche

  3. Load CF7 CSS and JS only on a per ne... Load CF7 CSS and JS only on a per need base
    1
    add_filter( 'wpcf7_load_js', '__return_false' );
    2
    add_filter( 'wpcf7_load_css', '__return_false' );
    3
    
                  
    4
    function reregister_cf7_js() {
    5
      if ( is_page (array(1,'kontakt'))) {
  4. Browser Cache Optimization Browser Cache Optimization
    1
    # Optimize cache-control
    2
    <IfModule mod_expires.c>
    3
    	ExpiresActive on
    4
    	ExpiresDefault “access plus 1 month”
    5
    	ExpiresByType image/gif “access plus 1 month”