Showing 10 of 1,090 results.

16. Limitation of Liability. | License

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,...

se_view Tag

The se_view tag provides a few utilities to help implement more complicated logic within your site's templates.The se_view:rendered tag can be used to check if a view has already been rendered: 1 {{ partial : my / partial / }} 2 3 {{ if { se_view...

Open Graph Metadata

The general metadata builder provides various methods to add common metadata information to your site, such as keywords, titles, and descriptions. To access the general metadata builder using the Metadata facade, we can call the openGraph method:...

2. Basic Permissions. | License

All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The...

Rejectable Properties | Introduction & Installation

Rejectable properties are similar to ignorable properties. However, if a null or empty string value is resolved for one of these values, an empty attribute string is returned, regardless of if other property values were matched: 1 <?php 2 3 use...

The "search" Filters

The search filter(s) are similar to the like filters such that it allows you to filter comments based on some text input. However, the search filter will perform a full-text, fuzzy search (without wildcards) across multiple comment properties.The...

2. Basic Permissions. | License

All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The...

Filter Search