EasyBlogAlbum
in package
Table of Contents
Methods
- strip() : mixed
- Search and removes the gallery tag from the content.
- stripCodes() : mixed
- Used in conjunction with EB::formatter()
Methods
strip()
Search and removes the gallery tag from the content.
public
strip(string $content) : mixed
Parameters
- $content : string
-
The content to search on.
Tags
stripCodes()
Used in conjunction with EB::formatter()
public
stripCodes(EasyBlogPost &$post) : mixed
Parameters
- $post : EasyBlogPost