Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/cwd/wp-content/themes/colibri-wp/inc/src/Customizer/ |
Current File : //proc/self/cwd/wp-content/themes/colibri-wp/inc/src/Customizer/Formatter.php |
<?php /** * Created by PhpStorm. * User: Extend Studio * Date: 3/19/2019 * Time: 5:35 PM */ namespace ColibriWP\Theme\Customizer; class Formatter { public static function sanitizeControlValue( $control_type, $value ) { switch ( $control_type ) { case 'switch': $value = ! ! intval( $value ); break; } return $value; } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare