Pinned Loading
-
WPML-Language-Cleanup
WPML-Language-Cleanup PublicWPML Delete Language allows you to remove a deactivated language's content from the database
PHP
-
NGINX WordPress uploads rewrite
NGINX WordPress uploads rewrite 1server {
2listen 80;
3listen 443 ssl http2;
4server_name {vvv_hosts};
5root {vvv_path_to_site}/public_html;
-
array_key_shift.php
array_key_shift.php 1<?php
23function array_key_shift($array, $new_key_index){
4$tmp_array = array();
5// Loop through each array index
-
wp_list_pages_Walker.php
wp_list_pages_Walker.php 1<?php
23class Walker_List_Pages extends Walker_Page {
45public function start_el(&$output, $page, $depth, $args, $current_page){
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.