PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
themes
/
sinatra
/
inc
/
customizer
<?php /** * Sinatra Customizer sanitization callback functions. * * @package Sinatra * @author Sinatra Team <hello@sinatrawp.com> * @since 1.0.0 */ /** * Do not allow direct script access. */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Customizer callback for the Site Title. * * @since 1.0.0 */ function sinatra_partial_blogname() { return get_bloginfo( 'name', 'display' ); } /** * Customizer callback for the Site Tagline. * * @since 1.0.0 */ function sinatra_partial_blogdescription() { return get_bloginfo( 'description', 'display' ); }
[+]
widgets
[+]
..
[-] customizer-partials.php
[edit]
[+]
controls
[+]
settings
[+]
assets
[-] class-sinatra-customizer-info-section.php
[edit]
[-] class-sinatra-customizer.php
[edit]
[-] customizer-helpers.php
[edit]
[-] customizer-callbacks.php
[edit]