Skip to content

Instantly share code, notes, and snippets.

@Ibochkarev
Created September 23, 2020 17:48
Show Gist options
  • Save Ibochkarev/3880a02615c57ee66ecc6dc3619bc1ed to your computer and use it in GitHub Desktop.
Save Ibochkarev/3880a02615c57ee66ecc6dc3619bc1ed to your computer and use it in GitHub Desktop.
Подсчет времени на чтение поста

Подсчет времени на чтение поста

Сниппет strlen

<?php
return strlen(str_replace(' ', '', strip_tags($input)));

Вывод

{set $characters = $_modx->resource.content | strlen}
{set $characters = $characters / 150}
{set $characters = round($characters)}
{$characters | declension : 'минута|минуты|минут' : true}&nbsp; <span>на чтение</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment