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

Organizations

@pluginkollektiv @wptv-tools

Block or report stkjj

Report abuse

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

Report abuse

Pinned Loading

  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”