$this->supportedFilters[ $this->name ], $value
$this->supportedFilters[ $this->name ], $value
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('$this->supportedFilters[ $this->name ], $value') is found 1 times:
- /app/Common/Meta/Helpers.php line 96
$value .= ' ' . trim( aioseo()->options->searchAppearance->advanced->pagedFormat ); } $value = $replaceTags ? $value : aioseo()->tags->replaceTags( $value, $objectId ); $value = apply_filters( $this->supportedFilters[ $this->name ], $value ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound return $this->sanitize( $value, $objectId, $replaceTags ); } /** * Encodes a number of exceptions before we strip tags.