Skip to content

Instantly share code, notes, and snippets.

@max-kk
max-kk / g.php
Last active September 2, 2015 14:30 — forked from anonymous/g.php
<?php
add_filter('fv/public/upload_form/label', 'custom_filter_public_upload_form_label', 1, 4);
function custom_filter_public_upload_form_label ($label, $field, $c, $contest) {
$lang = get_bloginfo( 'language' ); // 'ru-RU' - example
if ( trim($label) = "Titre de la vidéo" ) {
switch($lang) {
'be-BE':
@max-kk
max-kk / 0_reuse_code.js
Created November 20, 2015 12:41
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console