Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
im-machakata committed Dec 7, 2022
1 parent bc991a9 commit 9314ea1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Groomer.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ public function setExcerpt(string $excerpt) {
return $this;
}

public function getExcerpt() {
return $this->seoDescritpion;
}
/**
* Sets the seo excerpt for the page
* @param string $schema The seo excerpt
Expand Down Expand Up @@ -622,7 +625,7 @@ public function setDomainExtension($localTLD) {
public function setManifest($url) {
$this->manifest = $url;

if($this->isWordPress()){
if ($this->isWordPress()) {
$this->manifest = $this->wp_asset($url);
}
return $this;
Expand Down

0 comments on commit 9314ea1

Please sign in to comment.