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 : /var/www/web28/html/wp-content/themes/Avada/includes/ |
Current File : //var/www/web28/html/wp-content/themes/Avada/includes/class-avada-output-callbacks.php |
<?php /** * Output callbacks for options. * * @author ThemeFusion * @copyright (c) Copyright by ThemeFusion * @link https://avada.com * @package Avada * @subpackage Core * @since 6.0 */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } /** * A wrapper for static methods. */ class Avada_Output_Callbacks { /** * Callback for the menu_sub_sep_color option. * * @static * @access public * @since 6.0 * @param string $value The value. * @return string */ public static function menu_sub_sep_color( $value ) { return Fusion_Color::new_color( $value )->is_color_transparent() ? '0' : ''; } /** * Callback for the page_title_border_color option. * * @static * @access public * @since 6.0 * @param string $value The value. * @return string */ public static function page_title_border_color( $value ) { $po_ptb_border_color = fusion_get_page_option( 'page_title_border_color', Avada()->fusion_library->get_page_id() ); return ( ( Fusion_Color::new_color( Avada()->settings->get( 'page_title_border_color' ) )->is_color_transparent() && empty( $po_ptb_border_color ) ) || Fusion_Color::new_color( $po_ptb_border_color )->is_color_transparent() ) ? 'none' : ''; } /** * Returns unfiltered option. * * @static * @access public * @since 6.0 * @param string $value The value. * @return string */ public static function unfiltered( $value ) { return $value; } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare