PHP code example of kerli81 / securedpages

1. Go to this page and download the library: Download kerli81/securedpages library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

kerli81 / securedpages example snippets


$results = $site->index()->listed()->filterBy('kerli81-securedpages', 'OnlyUserVisiblePages');