Skip to content
View sean4500's full-sized avatar

Organizations

@nodebros @aipd-wdim332

Block or report sean4500

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 Loading

  1. WPML-Language-Cleanup WPML-Language-Cleanup Public

    WPML Delete Language allows you to remove a deactivated language's content from the database

    PHP

  2. NGINX WordPress uploads rewrite NGINX WordPress uploads rewrite
    1
    server {
    2
        listen       80;
    3
        listen       443 ssl http2;
    4
        server_name  {vvv_hosts};
    5
        root         {vvv_path_to_site}/public_html;
  3. array_key_shift.php array_key_shift.php
    1
    <?php
    2
    
                  
    3
    function array_key_shift($array, $new_key_index){
    4
      $tmp_array = array();
    5
      // Loop through each array index
  4. wp_list_pages_Walker.php wp_list_pages_Walker.php
    1
    <?php
    2
    
                  
    3
    class Walker_List_Pages extends Walker_Page {
    4
    
                  
    5
      public function start_el(&$output, $page, $depth, $args, $current_page){