Skip to content

Commit

Permalink
remove customizer branding - fixes #117
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass committed Jul 31, 2019
1 parent 79ab255 commit 9a11866
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,20 @@ public function __construct( $configs ) {
/**
* Add Kirki Configs
*
* @param array $controls array of controls to pass to kirki.
* @return array $args logo path and textdomain information.
* @param array $controls Array of controls to pass to kirki.
* @return array $args Logo path and textdomain information.
*/
public function general_kirki_configs( $controls ) {
$url = $this->configs['framework']['root_uri'] . 'includes/kirki/';
$logo = $this->configs['framework']['admin_asset_dir'] . 'img/crio-logo.svg';
$url = $this->configs['framework']['root_uri'] . 'includes/kirki/';

Kirki::$url = $url;

$args = array(
'url_path' => $url,
'logo_image' => $logo,
'textdomain' => 'boldgrid',
);

return $args;

}

/**
Expand Down

0 comments on commit 9a11866

Please sign in to comment.